#60cb0f

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

Shades of Kelly Green #60CB0F

Tints of Kelly Green #60CB0F

Color information

#60CB0F (or 0x60CB0F) is unknown color: approx Kelly Green. HEX triplet: 60, CB and 0F. RGB value is (96,203,15). Sum of RGB (Red+Green+Blue) = 96+203+15=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 203 (79.69% from 255 or 64.65% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 203 - color contains mainly: green. Hex color #60CB0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CB0F is #9F34F0. Grayscale: #969696. Windows color (decimal): -10433777 or 1035104. OLE color: 1035104.

HSL color Cylindrical-coordinate representation of color #60CB0F: hue angle of 94.15º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60CB0F is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB9620315-
CMYK0.5300.930.20
HSL94.15º86.24%42.75%-
HSV(B)94.15º92.61%79.61%-
XYZ26.2745.237.8-
YUV149.5752.0589.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.57%
GREEN value IS 203 (79.69% from 255) = 64.65%
BLUE value IS 15 (6.25% from 255) = 4.78%
R=30.57%
G=64.65%
B=4.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal96203150.5300.930.2094.1586.2442.75
Hex60CBF3505D145e562b
Octal140313176501352413612653
Binary1100000110010111111110101010111011010010111101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60cb0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,203,15); }

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

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

 a { background-color: rgb(96,203,15); }

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

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

 span { border-color: rgb(96,203,15); }

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