Html Css Color HEX #42E580 Emerald

📋 copy color: '#42E580'

red 66 ◦ green 229 ◦ blue 128

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

Shades of Emerald #42E580

Tints of Emerald #42E580

RGB

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

 GREEN value IS 229 (89.84% from 255) = 54.14%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 15.6%
G = 54.14%
B = 30.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#42E580 (or 0x42E580) is known color: Emerald. HEX triplet: 42, E5 and 80. RGB value is (66,229,128). Sum of RGB (Red+Green+Blue) = 66+229+128=423 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.60% from 423); Green value is 229 (89.84% from 255 or 54.14% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 229 - color contains mainly: green. Hex color #42E580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E580 is #BD1A7F. Grayscale: #A8A8A8. Windows color (decimal): -12393088 or 8447298. OLE color: 8447298.

HSL color Cylindrical-coordinate representation of color #42E580: hue angle of 142.82º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E580 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 66 229 128 -
CMYK 0.71 0 0.44 0.10
HSL 142.82º 0.76% 0.58% -
HSV(B) 142.82º 0.71% 0.9% -
XYZ 34.16 58.76 29.96 -
YUV 168.75 105 54.71 -
System Red Green Blue C M Y K H S L
Decimal 66 229 128 0.71 0 0.44 0.10 142.82 0.76 0.58
Hex 42 E5 80 47 0 2C A 8F 4C 3A
Octal 102 345 200 107 0 54 12 217 114 72
Binary 1000010 11100101 10000000 1000111 0 101100 1010 10001111 1001100 111010

Color Harmonies of #42E580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E580

Black with #42E580

Text Example


Text Example

White with #42E580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,229,128); }

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

background-color css

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

 a { background-color: rgb(66,229,128); }

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

border-color css

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

 span { border-color: rgb(66,229,128); }

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