Html Css Color HEX #39D080 Emerald

📋 copy color: '#39D080'

red 57 ◦ green 208 ◦ blue 128

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

Shades of Emerald #39D080

Tints of Emerald #39D080

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.93%

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

R = 14.5%
G = 52.93%
B = 32.57%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#39D080 (or 0x39D080) is known color: Emerald. HEX triplet: 39, D0 and 80. RGB value is (57,208,128). Sum of RGB (Red+Green+Blue) = 57+208+128=393 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.50% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #39D080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D080 is #C62F7F. Grayscale: #999999. Windows color (decimal): -12988288 or 8441913. OLE color: 8441913.

HSL color Cylindrical-coordinate representation of color #39D080: hue angle of 148.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D080 is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 208 128 -
CMYK 0.73 0 0.38 0.18
HSL 148.21º 0.62% 0.52% -
HSV(B) 148.21º 0.73% 0.82% -
XYZ 28.14 47.54 28.12 -
YUV 153.73 113.47 59 -
System Red Green Blue C M Y K H S L
Decimal 57 208 128 0.73 0 0.38 0.18 148.21 0.62 0.52
Hex 39 D0 80 49 0 26 12 94 3E 34
Octal 71 320 200 111 0 46 22 224 76 64
Binary 111001 11010000 10000000 1001001 0 100110 10010 10010100 111110 110100

Color Harmonies of #39D080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D080

Black with #39D080

Text Example


Text Example

White with #39D080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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