Html Css Color HEX #42EC72 Emerald

📋 copy color: '#42EC72'

red 66 ◦ green 236 ◦ blue 114

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

Shades of Emerald #42EC72

Tints of Emerald #42EC72

RGB

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

 GREEN value IS 236 (92.58% from 255) = 56.73%

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

R = 15.87%
G = 56.73%
B = 27.4%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#42EC72 (or 0x42EC72) is known color: Emerald. HEX triplet: 42, EC and 72. RGB value is (66,236,114). Sum of RGB (Red+Green+Blue) = 66+236+114=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EC72 is #BD138D. Grayscale: #ABABAB. Windows color (decimal): -12391310 or 7531586. OLE color: 7531586.

HSL color Cylindrical-coordinate representation of color #42EC72: hue angle of 136.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EC72 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 236 114 -
CMYK 0.72 0 0.52 0.07
HSL 136.94º 0.82% 0.59% -
HSV(B) 136.94º 0.72% 0.93% -
XYZ 35.28 62.36 26.1 -
YUV 171.26 95.68 52.92 -
System Red Green Blue C M Y K H S L
Decimal 66 236 114 0.72 0 0.52 0.07 136.94 0.82 0.59
Hex 42 EC 72 48 0 34 7 89 52 3B
Octal 102 354 162 110 0 64 7 211 122 73
Binary 1000010 11101100 1110010 1001000 0 110100 111 10001001 1010010 111011

Color Harmonies of #42EC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EC72

Black with #42EC72

Text Example


Text Example

White with #42EC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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