#60CC02

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

Shades of Kelly Green #60CC02

Tints of Kelly Green #60CC02

Color information

#60CC02 (or 0x60CC02) is unknown color: approx Kelly Green. HEX triplet: 60, CC and 02. RGB value is (96,204,2). Sum of RGB (Red+Green+Blue) = 96+204+2=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 204 (80.08% from 255 or 67.55% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 204 - color contains mainly: green. Hex color #60CC02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CC02 is #9F33FD. Grayscale: #959595. Windows color (decimal): -10433534 or 183392. OLE color: 183392.

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

Color convert

RGB962042-
CMYK0.5300.990.2
HSL92.08º98.06%40.39%-
HSV(B)92.08º99.02%80%-
XYZ26.4345.687.48-
YUV148.6845.2290.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 204 (80.08% from 255) = 67.55%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=31.79%
G=67.55%
B=0.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9620420.5300.990.292.0898.0640.39
Hex60CC235063145c6228
Octal14031426501432413414250
Binary11000001100110010110101011000111010010111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CC02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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