Html Css Color HEX #42E15E Emerald

📋 copy color: '#42E15E'

red 66 ◦ green 225 ◦ blue 94

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

Shades of Emerald #42E15E

Tints of Emerald #42E15E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.44%

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 17.14%
G = 58.44%
B = 24.42%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#42E15E (or 0x42E15E) is known color: Emerald. HEX triplet: 42, E1 and 5E. RGB value is (66,225,94). Sum of RGB (Red+Green+Blue) = 66+225+94=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #42E15E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E15E is #BD1EA1. Grayscale: #A2A2A2. Windows color (decimal): -12394146 or 6218050. OLE color: 6218050.

HSL color Cylindrical-coordinate representation of color #42E15E: hue angle of 130.57º degrees, saturation: 0.73, 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 #42E15E is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 225 94 -
CMYK 0.71 0 0.58 0.12
HSL 130.57º 0.73% 0.57% -
HSV(B) 130.57º 0.71% 0.88% -
XYZ 31.19 55.82 19.72 -
YUV 162.53 89.32 59.15 -
System Red Green Blue C M Y K H S L
Decimal 66 225 94 0.71 0 0.58 0.12 130.57 0.73 0.57
Hex 42 E1 5E 47 0 3A C 83 49 39
Octal 102 341 136 107 0 72 14 203 111 71
Binary 1000010 11100001 1011110 1000111 0 111010 1100 10000011 1001001 111001

Color Harmonies of #42E15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E15E

Black with #42E15E

Text Example


Text Example

White with #42E15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,225,94); }

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

background-color css

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

 a { background-color: rgb(66,225,94); }

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

border-color css

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

 span { border-color: rgb(66,225,94); }

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