Html Css Color HEX #42D220 Kelly Green

📋 copy color: '#42D220'

red 66 ◦ green 210 ◦ blue 32

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

Shades of Kelly Green #42D220

Tints of Kelly Green #42D220

RGB

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

 GREEN value IS 210 (82.42% from 255) = 68.18%

 BLUE value IS 32 (12.89% from 255) = 10.39%

R = 21.43%
G = 68.18%
B = 10.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#42D220 (or 0x42D220) is known color: Kelly Green. HEX triplet: 42, D2 and 20. RGB value is (66,210,32). Sum of RGB (Red+Green+Blue) = 66+210+32=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 32 (12.89% from 255 or 10.39% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #42D220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42D220 is #BD2DDF. Grayscale: #939393. Windows color (decimal): -12398048 or 2150978. OLE color: 2150978.

HSL color Cylindrical-coordinate representation of color #42D220: hue angle of 108.54º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #42D220 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 210 32 -
CMYK 0.69 0 0.85 0.18
HSL 108.54º 0.74% 0.47% -
HSV(B) 108.54º 0.85% 0.82% -
XYZ 25.55 47.36 9.16 -
YUV 146.65 63.29 70.47 -
System Red Green Blue C M Y K H S L
Decimal 66 210 32 0.69 0 0.85 0.18 108.54 0.74 0.47
Hex 42 D2 20 45 0 55 12 6D 4A 2F
Octal 102 322 40 105 0 125 22 155 112 57
Binary 1000010 11010010 100000 1000101 0 1010101 10010 1101101 1001010 101111

Color Harmonies of #42D220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42D220

Black with #42D220

Text Example


Text Example

White with #42D220

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,210,32); }

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

background-color css

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

 a { background-color: rgb(66,210,32); }

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

border-color css

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

 span { border-color: rgb(66,210,32); }

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