Shades of Kelly Green #60CF05
Tints of Kelly Green #60CF05
RGB
CMYK
RGB Variations
Color information
#60CF05 (or 0x60CF05) is known color: Kelly Green. HEX triplet: 60, CF and 05. RGB value is (96,207,5). Sum of RGB (Red+Green+Blue) = 96+207+5=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 207 (81.25% from 255 or 67.21% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 207 - color contains mainly: green. Hex color #60CF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60CF05 is #9F30FA. Grayscale: #979797. Windows color (decimal): -10432763 or 380768. OLE color: 380768.
HSL color Cylindrical-coordinate representation of color #60CF05: hue angle of 92.97º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60CF05 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 207 | 5 | - |
| CMYK | 0.54 | 0 | 0.98 | 0.19 |
| HSL | 92.97º | 0.95% | 0.42% | - |
| HSV(B) | 92.97º | 0.98% | 0.81% | - |
| XYZ | 27.16 | 47.12 | 7.81 | - |
| YUV | 150.78 | 45.73 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 207 | 5 | 0.54 | 0 | 0.98 | 0.19 | 92.97 | 0.95 | 0.42 |
| Hex | 60 | CF | 5 | 36 | 0 | 62 | 13 | 5D | 5F | 2A |
| Octal | 140 | 317 | 5 | 66 | 0 | 142 | 23 | 135 | 137 | 52 |
| Binary | 1100000 | 11001111 | 101 | 110110 | 0 | 1100010 | 10011 | 1011101 | 1011111 | 101010 |
Color Harmonies of #60CF05
Complementary color
Monochromatic Colors of #60CF05
Black with #60CF05
Text Example
Text Example
White with #60CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60CF05; }
p { color: rgb(96,207,5); }
H1.HeaderClassName
{
color: #60CF05;
}
.AnyTagClassName
{
color: #60CF05;
}
</style>
background-color css
<style>
a { background-color: #60CF05; }
a { background-color: rgb(96,207,5); }
div.DivClassName
{
background-color: #60CF05;
}
.BgClassName
{
background-color: #60CF05;
}
</style>
border-color css
<style>
span { border-color: #60CF05; }
span { border-color: rgb(96,207,5); }
td.TdClassName
{
border-color: #60CF05;
}
.TagClassName
{
border-color: #60CF05;
}
</style>