Html Css Color HEX #42E184 Emerald

📋 copy color: '#42E184'

red 66 ◦ green 225 ◦ blue 132

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

Shades of Emerald #42E184

Tints of Emerald #42E184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.21%

R = 15.6%
G = 53.19%
B = 31.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#42E184 (or 0x42E184) is known color: Emerald. HEX triplet: 42, E1 and 84. RGB value is (66,225,132). Sum of RGB (Red+Green+Blue) = 66+225+132=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #42E184 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E184 is #BD1E7B. Grayscale: #A7A7A7. Windows color (decimal): -12394108 or 8708418. OLE color: 8708418.

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

Color convert

RGB 66 225 132 -
CMYK 0.71 0 0.41 0.12
HSL 144.91º 0.73% 0.57% -
HSV(B) 144.91º 0.71% 0.88% -
XYZ 33.34 56.67 31.01 -
YUV 166.86 108.32 56.06 -
System Red Green Blue C M Y K H S L
Decimal 66 225 132 0.71 0 0.41 0.12 144.91 0.73 0.57
Hex 42 E1 84 47 0 29 C 91 49 39
Octal 102 341 204 107 0 51 14 221 111 71
Binary 1000010 11100001 10000100 1000111 0 101001 1100 10010001 1001001 111001

Color Harmonies of #42E184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E184

Black with #42E184

Text Example


Text Example

White with #42E184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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