Html Css Color HEX #42C020 Kelly Green

📋 copy color: '#42C020'

red 66 ◦ green 192 ◦ blue 32

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

Shades of Kelly Green #42C020

Tints of Kelly Green #42C020

RGB

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

 GREEN value IS 192 (75.39% from 255) = 66.21%

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

R = 22.76%
G = 66.21%
B = 11.03%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#42C020 (or 0x42C020) is known color: Kelly Green. HEX triplet: 42, C0 and 20. RGB value is (66,192,32). Sum of RGB (Red+Green+Blue) = 66+192+32=290 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.76% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #42C020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C020 is #BD3FDF. Grayscale: #888888. Windows color (decimal): -12402656 or 2146370. OLE color: 2146370.

HSL color Cylindrical-coordinate representation of color #42C020: hue angle of 107.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42C020 is Cyan = 0.66, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 192 32 -
CMYK 0.66 0 0.83 0.25
HSL 107.25º 0.71% 0.44% -
HSV(B) 107.25º 0.83% 0.75% -
XYZ 21.36 38.96 7.76 -
YUV 136.09 69.26 78.01 -
System Red Green Blue C M Y K H S L
Decimal 66 192 32 0.66 0 0.83 0.25 107.25 0.71 0.44
Hex 42 C0 20 42 0 53 19 6B 47 2C
Octal 102 300 40 102 0 123 31 153 107 54
Binary 1000010 11000000 100000 1000010 0 1010011 11001 1101011 1000111 101100

Color Harmonies of #42C020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C020

Black with #42C020

Text Example


Text Example

White with #42C020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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