COLOR #27BF66

HEX: #27BF66 RGB: (39,191,102)

Color info

#27BF66 contains mainly green color. Web safe color of #27BF66 is #33CC66 (or #3C6).

RGB color model

#27BF66 color RGB value is (39,191,102).

RGB: (39,191,102) (15%, 75%, 40%)

RGB channels and saturation

R 39 of 255 = 15%
G 191 of 255 = 75%
B 102 of 255 = 40%

39
191
102

R + G + B ~ 43%. #27BF66 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 39 + 191 + 102 = 332 (100%)
R 39 of 332 ~ 11.75%
G 191 of 332 ~ 57.53%
B 102 of 332 ~ 30.72'%

%11.75
%57.53
%30.72

CMYK color model

#27BF66 color CMYK value is (80,0,47,25).

  • cyan value is 79.58%
  • magenta value is 0.00%
  • yellow value is 46.60%
  • key color value is 25.10%

CMYK: (80,0,47,25)
C80M0Y47K25 (80%, 0%, 47%, 25%)
(0.80 / 0.00 / 0.47 / 0.25)

CMYK percentages

%79.58
%0
%46.6
%25.1

Codes

Color #27BF66 in popluar color models

27 BF 66
RGB 39 191 102
HSL 145° 66.09% 45.10%
HSB/HSV 145° 79.58% 74.90%
CMYK 79.58% 0.00% 46.60%
25.10%

Color #27BF66 in popluar number systems.

HEX 27 BF 66
Decimal 39 191 102
Binary 100111 10111111 1100110
Octal 47 277 146

Shades and tints

Shades of #27BF66

#27BF66
(39,191,102)
#24AE5D
(36,174,93)
#219D54
(33,157,84)
#1E8C4B
(30,140,75)
#1B7B42
(27,123,66)
#186A39
(24,106,57)
#155930
(21,89,48)
#124827
(18,72,39)
#0F371E
(15,55,30)
#0C2615
(12,38,21)
#09150C
(9,21,12)
#000000
(0,0,0)

Tints of #27BF66

#27BF66
(39,191,102)
#3AC473
(58,196,115)
#4DC980
(77,201,128)
#60CE8D
(96,206,141)
#73D39A
(115,211,154)
#86D8A7
(134,216,167)
#99DDB4
(153,221,180)
#ACE2C1
(172,226,193)
#BFE7CE
(191,231,206)
#D2ECDB
(210,236,219)
#E5F1E8
(229,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27BF66 color. Also use rgb(39,191,102) instead hex code.

Text Font Color

.myTextColor { color: #27BF66; }

<p style="color:#27BF66">This sample text font color is #27BF66.</p>

This text font color is #27BF66.

Background Color

.myBgColor { background-color: #27BF66; }

<div style="background-color:#27BF66">Inner text</div>

This div background color is #27BF66.

Border color

.myBorderColor { border: 1px solid #27BF66; }

<div style="border:3px solid #27BF66">Div</div>

This div border color is #27BF66.

Opacity

.myOpacity80 { color: #27BF66; opacity: 0.8; }

<p style="color:#27BF66;opacity:0.8;">80%</p>

Text with #27BF66 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #27BF66;}

<p style="text-shadow: 3px 3px 1px #27BF66">Text here.</p>

This text has shadow with #27BF66 color.


.textShadow {text-shadow: 3px 3px 1px #27BF66', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #27BF66, 5px 5px 20px red">Text here.</p>

This text has shadow with #27BF66 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#27BF66, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#27BF66, Direction=45, Strength=4)">Text</p>

This text has shadow with #27BF66 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #27BF66;
-webkit-box-shadow: 1px 1px 3px 2px #27BF66;
box-shadow: 1px 1px 3px 2px #27BF66;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #27BF66; -webkit-box-shadow: 1px 1px 3px 2px #27BF66; box-shadow:1px 1px 3px 2px #27BF66;">
Div content here
</div>

This div box has shadow with color #27BF66.

Preview

Color preview on black background

This text has color #27BF66 on black background.


Color preview on white background

This text has color #27BF66 on white background.


Black color preview on #27BF66 background

This text has black color on #27BF66 background.


White color preview on #27BF66 background

This text has white color on #27BF66 background.


Related colors

Complementary color

Complementary color for #hex is #D84099.


I love getcolorcode.com

Triadic colors

1 #6627BF and #BF6627 with #27BF66 are triadic colors.

2 #66BF27 and #BF2766 with #27BF66 are triadic colors.