Html Css Color HEX #42E862 Emerald

📋 copy color: '#42E862'

red 66 ◦ green 232 ◦ blue 98

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

Shades of Emerald #42E862

Tints of Emerald #42E862

RGB

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

 GREEN value IS 232 (91.02% from 255) = 58.59%

 BLUE value IS 98 (38.67% from 255) = 24.75%

R = 16.67%
G = 58.59%
B = 24.75%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#42E862 (or 0x42E862) is known color: Emerald. HEX triplet: 42, E8 and 62. RGB value is (66,232,98). Sum of RGB (Red+Green+Blue) = 66+232+98=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 232 (91.02% from 255 or 58.59% from 396); Blue value is 98 (38.67% from 255 or 24.75% from 396); Max value from RGB is 232 - color contains mainly: green. Hex color #42E862 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E862 is #BD179D. Grayscale: #A7A7A7. Windows color (decimal): -12392350 or 6481986. OLE color: 6481986.

HSL color Cylindrical-coordinate representation of color #42E862: hue angle of 131.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E862 is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 98 -
CMYK 0.72 0 0.58 0.09
HSL 131.57º 0.78% 0.58% -
HSV(B) 131.57º 0.72% 0.91% -
XYZ 33.31 59.75 21.33 -
YUV 167.09 89 55.9 -
System Red Green Blue C M Y K H S L
Decimal 66 232 98 0.72 0 0.58 0.09 131.57 0.78 0.58
Hex 42 E8 62 48 0 3A 9 84 4E 3A
Octal 102 350 142 110 0 72 11 204 116 72
Binary 1000010 11101000 1100010 1001000 0 111010 1001 10000100 1001110 111010

Color Harmonies of #42E862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E862

Black with #42E862

Text Example


Text Example

White with #42E862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,232,98); }

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

background-color css

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

 a { background-color: rgb(66,232,98); }

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

border-color css

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

 span { border-color: rgb(66,232,98); }

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