Html Css Color HEX #42EA72 Emerald

📋 copy color: '#42EA72'

red 66 ◦ green 234 ◦ blue 114

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

Shades of Emerald #42EA72

Tints of Emerald #42EA72

RGB

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

 GREEN value IS 234 (91.8% from 255) = 56.52%

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

R = 15.94%
G = 56.52%
B = 27.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#42EA72 (or 0x42EA72) is known color: Emerald. HEX triplet: 42, EA and 72. RGB value is (66,234,114). Sum of RGB (Red+Green+Blue) = 66+234+114=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 234 (91.80% from 255 or 56.52% from 414); Blue value is 114 (44.92% from 255 or 27.54% from 414); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42EA72 is #BD158D. Grayscale: #AAAAAA. Windows color (decimal): -12391822 or 7531074. OLE color: 7531074.

HSL color Cylindrical-coordinate representation of color #42EA72: hue angle of 137.14º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA72 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 114 -
CMYK 0.72 0 0.51 0.08
HSL 137.14º 0.8% 0.59% -
HSV(B) 137.14º 0.72% 0.92% -
XYZ 34.71 61.22 25.91 -
YUV 170.09 96.34 53.76 -
System Red Green Blue C M Y K H S L
Decimal 66 234 114 0.72 0 0.51 0.08 137.14 0.8 0.59
Hex 42 EA 72 48 0 33 8 89 50 3B
Octal 102 352 162 110 0 63 10 211 120 73
Binary 1000010 11101010 1110010 1001000 0 110011 1000 10001001 1010000 111011

Color Harmonies of #42EA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EA72

Black with #42EA72

Text Example


Text Example

White with #42EA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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