Html Css Color HEX #42E868 Emerald

📋 copy color: '#42E868'

red 66 ◦ green 232 ◦ blue 104

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

Shades of Emerald #42E868

Tints of Emerald #42E868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.87%

R = 16.42%
G = 57.71%
B = 25.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#42E868 (or 0x42E868) is known color: Emerald. HEX triplet: 42, E8 and 68. RGB value is (66,232,104). Sum of RGB (Red+Green+Blue) = 66+232+104=402 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.42% from 402); Green value is 232 (91.02% from 255 or 57.71% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 232 - color contains mainly: green. Hex color #42E868 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E868 is #BD1797. Grayscale: #A8A8A8. Windows color (decimal): -12392344 or 6875202. OLE color: 6875202.

HSL color Cylindrical-coordinate representation of color #42E868: hue angle of 133.73º 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 #42E868 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 232 104 -
CMYK 0.72 0 0.55 0.09
HSL 133.73º 0.78% 0.58% -
HSV(B) 133.73º 0.72% 0.91% -
XYZ 33.6 59.87 22.88 -
YUV 167.77 92 55.41 -
System Red Green Blue C M Y K H S L
Decimal 66 232 104 0.72 0 0.55 0.09 133.73 0.78 0.58
Hex 42 E8 68 48 0 37 9 86 4E 3A
Octal 102 350 150 110 0 67 11 206 116 72
Binary 1000010 11101000 1101000 1001000 0 110111 1001 10000110 1001110 111010

Color Harmonies of #42E868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E868

Black with #42E868

Text Example


Text Example

White with #42E868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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