#60C211

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

Shades of Kelly Green #60C211

Tints of Kelly Green #60C211

Color information

#60C211 (or 0x60C211) is unknown color: approx Kelly Green. HEX triplet: 60, C2 and 11. RGB value is (96,194,17). Sum of RGB (Red+Green+Blue) = 96+194+17=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #60C211 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60C211 is #9F3DEE. Grayscale: #919191. Windows color (decimal): -10436079 or 1163872. OLE color: 1163872.

HSL color Cylindrical-coordinate representation of color #60C211: hue angle of 93.22º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #60C211 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB9619417-
CMYK0.5100.910.24
HSL93.22º83.89%41.37%-
HSV(B)93.22º91.24%76.08%-
XYZ24.2241.117.19-
YUV144.5256.0393.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 194 (76.17% from 255) = 63.19%
BLUE value IS 17 (7.03% from 255) = 5.54%
R=31.27%
G=63.19%
B=5.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal96194170.5100.910.2493.2283.8941.37
Hex60C2113305B185d5429
Octal140302216301333013512451
Binary11000001100001010001110011010110111100010111011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60C211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,194,17); }

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

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

 a { background-color: rgb(96,194,17); }

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

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

 span { border-color: rgb(96,194,17); }

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