Html Css Color HEX #42E05C Emerald

📋 copy color: '#42E05C'

red 66 ◦ green 224 ◦ blue 92

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

Shades of Emerald #42E05C

Tints of Emerald #42E05C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.64%

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 17.28%
G = 58.64%
B = 24.08%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#42E05C (or 0x42E05C) is known color: Emerald. HEX triplet: 42, E0 and 5C. RGB value is (66,224,92). Sum of RGB (Red+Green+Blue) = 66+224+92=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #42E05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42E05C is #BD1FA3. Grayscale: #A2A2A2. Windows color (decimal): -12394404 or 6086722. OLE color: 6086722.

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

Color convert

RGB 66 224 92 -
CMYK 0.71 0 0.59 0.12
HSL 129.87º 0.72% 0.57% -
HSV(B) 129.87º 0.71% 0.88% -
XYZ 30.83 55.24 19.16 -
YUV 161.71 88.65 59.73 -
System Red Green Blue C M Y K H S L
Decimal 66 224 92 0.71 0 0.59 0.12 129.87 0.72 0.57
Hex 42 E0 5C 47 0 3B C 82 48 39
Octal 102 340 134 107 0 73 14 202 110 71
Binary 1000010 11100000 1011100 1000111 0 111011 1100 10000010 1001000 111001

Color Harmonies of #42E05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E05C

Black with #42E05C

Text Example


Text Example

White with #42E05C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,224,92); }

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

background-color css

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

 a { background-color: rgb(66,224,92); }

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

border-color css

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

 span { border-color: rgb(66,224,92); }

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