Html Css Color HEX #42D96D Emerald

📋 copy color: '#42D96D'

red 66 ◦ green 217 ◦ blue 109

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

Shades of Emerald #42D96D

Tints of Emerald #42D96D

RGB

 RED value IS 66 (26.17% from 255) = 16.84%

 GREEN value IS 217 (85.16% from 255) = 55.36%

 BLUE value IS 109 (42.97% from 255) = 27.81%

R = 16.84%
G = 55.36%
B = 27.81%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#42D96D (or 0x42D96D) is known color: Emerald. HEX triplet: 42, D9 and 6D. RGB value is (66,217,109). Sum of RGB (Red+Green+Blue) = 66+217+109=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #42D96D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D96D is #BD2692. Grayscale: #9F9F9F. Windows color (decimal): -12396179 or 7199042. OLE color: 7199042.

HSL color Cylindrical-coordinate representation of color #42D96D: hue angle of 137.09º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D96D is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 217 109 -
CMYK 0.70 0 0.50 0.15
HSL 137.09º 0.67% 0.55% -
HSV(B) 137.09º 0.7% 0.85% -
XYZ 29.82 51.89 22.91 -
YUV 159.54 99.47 61.28 -
System Red Green Blue C M Y K H S L
Decimal 66 217 109 0.70 0 0.50 0.15 137.09 0.67 0.55
Hex 42 D9 6D 46 0 32 F 89 43 37
Octal 102 331 155 106 0 62 17 211 103 67
Binary 1000010 11011001 1101101 1000110 0 110010 1111 10001001 1000011 110111

Color Harmonies of #42D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D96D

Black with #42D96D

Text Example


Text Example

White with #42D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42D96D; }

 p { color: rgb(66,217,109); }

 H1.HeaderClassName
 {
   color: #42D96D;
 }
 .AnyTagClassName
 {
   color: #42D96D;
 }
</style>

background-color css

<style>
 a { background-color: #42D96D; }

 a { background-color: rgb(66,217,109); }

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

border-color css

<style>
 span { border-color: #42D96D; }

 span { border-color: rgb(66,217,109); }

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