Html Css Color HEX #42C520 Kelly Green

📋 copy color: '#42C520'

red 66 ◦ green 197 ◦ blue 32

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

Shades of Kelly Green #42C520

Tints of Kelly Green #42C520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.78%

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

R = 22.37%
G = 66.78%
B = 10.85%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#42C520 (or 0x42C520) is known color: Kelly Green. HEX triplet: 42, C5 and 20. RGB value is (66,197,32). Sum of RGB (Red+Green+Blue) = 66+197+32=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #42C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #42C520 is #BD3ADF. Grayscale: #8B8B8B. Windows color (decimal): -12401376 or 2147650. OLE color: 2147650.

HSL color Cylindrical-coordinate representation of color #42C520: hue angle of 107.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42C520 is Cyan = 0.66, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 66 197 32 -
CMYK 0.66 0 0.84 0.23
HSL 107.64º 0.72% 0.45% -
HSV(B) 107.64º 0.84% 0.77% -
XYZ 22.47 41.2 8.13 -
YUV 139.02 67.6 75.92 -
System Red Green Blue C M Y K H S L
Decimal 66 197 32 0.66 0 0.84 0.23 107.64 0.72 0.45
Hex 42 C5 20 42 0 54 17 6C 48 2D
Octal 102 305 40 102 0 124 27 154 110 55
Binary 1000010 11000101 100000 1000010 0 1010100 10111 1101100 1001000 101101

Color Harmonies of #42C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42C520

Black with #42C520

Text Example


Text Example

White with #42C520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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