#60CA02

Color #60CA02 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #60CA02

Tints of Kelly Green #60CA02

Color information

#60CA02 (or 0x60CA02) is unknown color: approx Kelly Green. HEX triplet: 60, CA and 02. RGB value is (96,202,2). Sum of RGB (Red+Green+Blue) = 96+202+2=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 202 (79.30% from 255 or 67.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CA02 is #9F35FD. Grayscale: #949494. Windows color (decimal): -10434046 or 182880. OLE color: 182880.

HSL color Cylindrical-coordinate representation of color #60CA02: hue angle of 91.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60CA02 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB962022-
CMYK0.5200.990.21
HSL91.8º98.04%40%-
HSV(B)91.8º99.01%79.22%-
XYZ25.9644.737.32-
YUV147.5145.8891.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 202 (79.30% from 255) = 67.33%
BLUE value IS 2 (1.17% from 255) = 0.67%
R=32%
G=67.33%
B=0.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal9620220.5200.990.2191.898.0440
Hex60CA234063155c6228
Octal14031226401432513414250
Binary11000001100101010110100011000111010110111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CA02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60CA02; }

 p { color: rgb(96,202,2); }

 H1.HeaderClassName
 {
   color: #60CA02;
 }
 .AnyTagClassName
 {
   color: #60CA02;
 }
</style>
background-color css

<style>
 a { background-color: #60CA02; }

 a { background-color: rgb(96,202,2); }

 div.DivClassName
 {
   background-color: #60CA02;
 }
 .BgClassName
 {
   background-color: #60CA02;
 }
</style>
border-color css

<style>
 span { border-color: #60CA02; }

 span { border-color: rgb(96,202,2); }

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