Html Css Color HEX #39CC80 Emerald

📋 copy color: '#39CC80'

red 57 ◦ green 204 ◦ blue 128

#39CC80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #39CC80

Tints of Emerald #39CC80

RGB

 RED value IS 57 (22.66% from 255) = 14.65%

 GREEN value IS 204 (80.08% from 255) = 52.44%

 BLUE value IS 128 (50.39% from 255) = 32.9%

R = 14.65%
G = 52.44%
B = 32.9%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#39CC80 (or 0x39CC80) is known color: Emerald. HEX triplet: 39, CC and 80. RGB value is (57,204,128). Sum of RGB (Red+Green+Blue) = 57+204+128=389 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.65% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CC80 is #C6337F. Grayscale: #979797. Windows color (decimal): -12989312 or 8440889. OLE color: 8440889.

HSL color Cylindrical-coordinate representation of color #39CC80: hue angle of 148.98º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC80 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 204 128 -
CMYK 0.72 0 0.37 0.2
HSL 148.98º 0.59% 0.51% -
HSV(B) 148.98º 0.72% 0.8% -
XYZ 27.18 45.61 27.79 -
YUV 151.38 114.8 60.68 -
System Red Green Blue C M Y K H S L
Decimal 57 204 128 0.72 0 0.37 0.2 148.98 0.59 0.51
Hex 39 CC 80 48 0 25 14 95 3B 33
Octal 71 314 200 110 0 45 24 225 73 63
Binary 111001 11001100 10000000 1001000 0 100101 10100 10010101 111011 110011

Color Harmonies of #39CC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39CC80

Black with #39CC80

Text Example


Text Example

White with #39CC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39CC80; }

 p { color: rgb(57,204,128); }

 H1.HeaderClassName
 {
   color: #39CC80;
 }
 .AnyTagClassName
 {
   color: #39CC80;
 }
</style>

background-color css

<style>
 a { background-color: #39CC80; }

 a { background-color: rgb(57,204,128); }

 div.DivClassName
 {
   background-color: #39CC80;
 }
 .BgClassName
 {
   background-color: #39CC80;
 }
</style>

border-color css

<style>
 span { border-color: #39CC80; }

 span { border-color: rgb(57,204,128); }

 td.TdClassName
 {
   border-color: #39CC80;
 }
 .TagClassName
 {
   border-color: #39CC80;
 }
</style>