Html Css Color HEX #42DF80 Emerald

📋 copy color: '#42DF80'

red 66 ◦ green 223 ◦ blue 128

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

Shades of Emerald #42DF80

Tints of Emerald #42DF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.48%

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

R = 15.83%
G = 53.48%
B = 30.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#42DF80 (or 0x42DF80) is known color: Emerald. HEX triplet: 42, DF and 80. RGB value is (66,223,128). Sum of RGB (Red+Green+Blue) = 66+223+128=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #42DF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DF80 is #BD207F. Grayscale: #A5A5A5. Windows color (decimal): -12394624 or 8445762. OLE color: 8445762.

HSL color Cylindrical-coordinate representation of color #42DF80: hue angle of 143.69º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DF80 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 223 128 -
CMYK 0.70 0 0.43 0.13
HSL 143.69º 0.71% 0.57% -
HSV(B) 143.69º 0.7% 0.87% -
XYZ 32.53 55.49 29.42 -
YUV 165.23 106.99 57.22 -
System Red Green Blue C M Y K H S L
Decimal 66 223 128 0.70 0 0.43 0.13 143.69 0.71 0.57
Hex 42 DF 80 46 0 2B D 90 47 39
Octal 102 337 200 106 0 53 15 220 107 71
Binary 1000010 11011111 10000000 1000110 0 101011 1101 10010000 1000111 111001

Color Harmonies of #42DF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DF80

Black with #42DF80

Text Example


Text Example

White with #42DF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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