Html Css Color HEX #42E873 Emerald

📋 copy color: '#42E873'

red 66 ◦ green 232 ◦ blue 115

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

Shades of Emerald #42E873

Tints of Emerald #42E873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 15.98%
G = 56.17%
B = 27.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#42E873 (or 0x42E873) is known color: Emerald. HEX triplet: 42, E8 and 73. RGB value is (66,232,115). Sum of RGB (Red+Green+Blue) = 66+232+115=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 232 (91.02% from 255 or 56.17% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 232 - color contains mainly: green. Hex color #42E873 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #42E873 is #BD178C. Grayscale: #A9A9A9. Windows color (decimal): -12392333 or 7596098. OLE color: 7596098.

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

Color convert

RGB 66 232 115 -
CMYK 0.72 0 0.50 0.09
HSL 137.71º 0.78% 0.58% -
HSV(B) 137.71º 0.72% 0.91% -
XYZ 34.2 60.11 26.02 -
YUV 169.03 97.5 54.51 -
System Red Green Blue C M Y K H S L
Decimal 66 232 115 0.72 0 0.50 0.09 137.71 0.78 0.58
Hex 42 E8 73 48 0 32 9 8A 4E 3A
Octal 102 350 163 110 0 62 11 212 116 72
Binary 1000010 11101000 1110011 1001000 0 110010 1001 10001010 1001110 111010

Color Harmonies of #42E873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E873

Black with #42E873

Text Example


Text Example

White with #42E873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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