Html Css Color HEX #39D07D Emerald

📋 copy color: '#39D07D'

red 57 ◦ green 208 ◦ blue 125

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

Shades of Emerald #39D07D

Tints of Emerald #39D07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 14.62%
G = 53.33%
B = 32.05%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#39D07D (or 0x39D07D) is known color: Emerald. HEX triplet: 39, D0 and 7D. RGB value is (57,208,125). Sum of RGB (Red+Green+Blue) = 57+208+125=390 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.62% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #39D07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D07D is #C62F82. Grayscale: #999999. Windows color (decimal): -12988291 or 8245305. OLE color: 8245305.

HSL color Cylindrical-coordinate representation of color #39D07D: hue angle of 147.02º 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 #39D07D is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 57 208 125 -
CMYK 0.73 0 0.40 0.18
HSL 147.02º 0.62% 0.52% -
HSV(B) 147.02º 0.73% 0.82% -
XYZ 27.94 47.46 27.09 -
YUV 153.39 111.97 59.25 -
System Red Green Blue C M Y K H S L
Decimal 57 208 125 0.73 0 0.40 0.18 147.02 0.62 0.52
Hex 39 D0 7D 49 0 28 12 93 3E 34
Octal 71 320 175 111 0 50 22 223 76 64
Binary 111001 11010000 1111101 1001001 0 101000 10010 10010011 111110 110100

Color Harmonies of #39D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39D07D

Black with #39D07D

Text Example


Text Example

White with #39D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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