Html Css Color HEX #42E086 Emerald

📋 copy color: '#42E086'

red 66 ◦ green 224 ◦ blue 134

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

Shades of Emerald #42E086

Tints of Emerald #42E086

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.83%

 BLUE value IS 134 (52.73% from 255) = 31.6%

R = 15.57%
G = 52.83%
B = 31.6%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#42E086 (or 0x42E086) is known color: Emerald. HEX triplet: 42, E0 and 86. RGB value is (66,224,134). Sum of RGB (Red+Green+Blue) = 66+224+134=424 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.57% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 134 (52.73% from 255 or 31.60% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #42E086 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E086 is #BD1F79. Grayscale: #A6A6A6. Windows color (decimal): -12394362 or 8839234. OLE color: 8839234.

HSL color Cylindrical-coordinate representation of color #42E086: hue angle of 145.82º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E086 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 134 -
CMYK 0.71 0 0.40 0.12
HSL 145.82º 0.72% 0.57% -
HSV(B) 145.82º 0.71% 0.88% -
XYZ 33.21 56.19 31.65 -
YUV 166.5 109.65 56.32 -
System Red Green Blue C M Y K H S L
Decimal 66 224 134 0.71 0 0.40 0.12 145.82 0.72 0.57
Hex 42 E0 86 47 0 28 C 92 48 39
Octal 102 340 206 107 0 50 14 222 110 71
Binary 1000010 11100000 10000110 1000111 0 101000 1100 10010010 1001000 111001

Color Harmonies of #42E086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E086

Black with #42E086

Text Example


Text Example

White with #42E086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,224,134); }

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

background-color css

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

 a { background-color: rgb(66,224,134); }

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

border-color css

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

 span { border-color: rgb(66,224,134); }

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