Shades of Kelly Green #60BC01
Tints of Kelly Green #60BC01
RGB
CMYK
RGB Variations
Color information
#60BC01 (or 0x60BC01) is known color: Kelly Green. HEX triplet: 60, BC and 01. RGB value is (96,188,1). Sum of RGB (Red+Green+Blue) = 96+188+1=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 1 (0.78% from 255 or 0.35% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC01 is #9F43FE. Grayscale: #8B8B8B. Windows color (decimal): -10437631 or 113760. OLE color: 113760.
HSL color Cylindrical-coordinate representation of color #60BC01: hue angle of 89.52º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60BC01 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 1 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.26 |
| HSL | 89.52º | 0.99% | 0.37% | - |
| HSV(B) | 89.52º | 0.99% | 0.74% | - |
| XYZ | 22.81 | 38.46 | 6.25 | - |
| YUV | 139.17 | 50.02 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 1 | 0.49 | 0 | 0.99 | 0.26 | 89.52 | 0.99 | 0.37 |
| Hex | 60 | BC | 1 | 31 | 0 | 63 | 1A | 5A | 63 | 25 |
| Octal | 140 | 274 | 1 | 61 | 0 | 143 | 32 | 132 | 143 | 45 |
| Binary | 1100000 | 10111100 | 1 | 110001 | 0 | 1100011 | 11010 | 1011010 | 1100011 | 100101 |
Color Harmonies of #60BC01
Complementary color
Monochromatic Colors of #60BC01
Black with #60BC01
Text Example
Text Example
White with #60BC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC01; }
p { color: rgb(96,188,1); }
H1.HeaderClassName
{
color: #60BC01;
}
.AnyTagClassName
{
color: #60BC01;
}
</style>
background-color css
<style>
a { background-color: #60BC01; }
a { background-color: rgb(96,188,1); }
div.DivClassName
{
background-color: #60BC01;
}
.BgClassName
{
background-color: #60BC01;
}
</style>
border-color css
<style>
span { border-color: #60BC01; }
span { border-color: rgb(96,188,1); }
td.TdClassName
{
border-color: #60BC01;
}
.TagClassName
{
border-color: #60BC01;
}
</style>