Shades of Kelly Green #60B70F
Tints of Kelly Green #60B70F
RGB
CMYK
RGB Variations
Color information
#60B70F (or 0x60B70F) is known color: Kelly Green. HEX triplet: 60, B7 and 0F. RGB value is (96,183,15). Sum of RGB (Red+Green+Blue) = 96+183+15=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 183 (71.88% from 255 or 62.24% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 183 - color contains mainly: green. Hex color #60B70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60B70F is #9F48F0. Grayscale: #8A8A8A. Windows color (decimal): -10438897 or 1029984. OLE color: 1029984.
HSL color Cylindrical-coordinate representation of color #60B70F: hue angle of 91.07º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #60B70F is Cyan = 0.48, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 183 | 15 | - |
| CMYK | 0.48 | 0 | 0.92 | 0.28 |
| HSL | 91.07º | 0.85% | 0.39% | - |
| HSV(B) | 91.07º | 0.92% | 0.72% | - |
| XYZ | 21.84 | 36.39 | 6.32 | - |
| YUV | 137.84 | 58.68 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 183 | 15 | 0.48 | 0 | 0.92 | 0.28 | 91.07 | 0.85 | 0.39 |
| Hex | 60 | B7 | F | 30 | 0 | 5C | 1C | 5B | 55 | 27 |
| Octal | 140 | 267 | 17 | 60 | 0 | 134 | 34 | 133 | 125 | 47 |
| Binary | 1100000 | 10110111 | 1111 | 110000 | 0 | 1011100 | 11100 | 1011011 | 1010101 | 100111 |
Color Harmonies of #60B70F
Complementary color
Monochromatic Colors of #60B70F
Black with #60B70F
Text Example
Text Example
White with #60B70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B70F; }
p { color: rgb(96,183,15); }
H1.HeaderClassName
{
color: #60B70F;
}
.AnyTagClassName
{
color: #60B70F;
}
</style>
background-color css
<style>
a { background-color: #60B70F; }
a { background-color: rgb(96,183,15); }
div.DivClassName
{
background-color: #60B70F;
}
.BgClassName
{
background-color: #60B70F;
}
</style>
border-color css
<style>
span { border-color: #60B70F; }
span { border-color: rgb(96,183,15); }
td.TdClassName
{
border-color: #60B70F;
}
.TagClassName
{
border-color: #60B70F;
}
</style>