Html Css Color HEX #42D472 Emerald

📋 copy color: '#42D472'

red 66 ◦ green 212 ◦ blue 114

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

Shades of Emerald #42D472

Tints of Emerald #42D472

RGB

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

 GREEN value IS 212 (83.2% from 255) = 54.08%

 BLUE value IS 114 (44.92% from 255) = 29.08%

R = 16.84%
G = 54.08%
B = 29.08%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#42D472 (or 0x42D472) is known color: Emerald. HEX triplet: 42, D4 and 72. RGB value is (66,212,114). Sum of RGB (Red+Green+Blue) = 66+212+114=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #42D472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42D472 is #BD2B8D. Grayscale: #9D9D9D. Windows color (decimal): -12397454 or 7525442. OLE color: 7525442.

HSL color Cylindrical-coordinate representation of color #42D472: hue angle of 139.73º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D472 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 212 114 -
CMYK 0.69 0 0.46 0.17
HSL 139.73º 0.63% 0.55% -
HSV(B) 139.73º 0.69% 0.83% -
XYZ 28.83 49.46 23.95 -
YUV 157.17 103.63 62.97 -
System Red Green Blue C M Y K H S L
Decimal 66 212 114 0.69 0 0.46 0.17 139.73 0.63 0.55
Hex 42 D4 72 45 0 2E 11 8C 3F 37
Octal 102 324 162 105 0 56 21 214 77 67
Binary 1000010 11010100 1110010 1000101 0 101110 10001 10001100 111111 110111

Color Harmonies of #42D472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D472

Black with #42D472

Text Example


Text Example

White with #42D472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,212,114); }

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

background-color css

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

 a { background-color: rgb(66,212,114); }

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

border-color css

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

 span { border-color: rgb(66,212,114); }

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