Shades of Kelly Green #60BC09
Tints of Kelly Green #60BC09
RGB
CMYK
RGB Variations
Color information
#60BC09 (or 0x60BC09) is known color: Kelly Green. HEX triplet: 60, BC and 09. RGB value is (96,188,9). Sum of RGB (Red+Green+Blue) = 96+188+9=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 188 (73.83% from 255 or 64.16% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BC09 is #9F43F6. Grayscale: #8C8C8C. Windows color (decimal): -10437623 or 638048. OLE color: 638048.
HSL color Cylindrical-coordinate representation of color #60BC09: hue angle of 90.84º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #60BC09 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 9 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.26 |
| HSL | 90.84º | 0.91% | 0.39% | - |
| HSV(B) | 90.84º | 0.95% | 0.74% | - |
| XYZ | 22.86 | 38.47 | 6.48 | - |
| YUV | 140.09 | 54.02 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 9 | 0.49 | 0 | 0.95 | 0.26 | 90.84 | 0.91 | 0.39 |
| Hex | 60 | BC | 9 | 31 | 0 | 5F | 1A | 5B | 5B | 27 |
| Octal | 140 | 274 | 11 | 61 | 0 | 137 | 32 | 133 | 133 | 47 |
| Binary | 1100000 | 10111100 | 1001 | 110001 | 0 | 1011111 | 11010 | 1011011 | 1011011 | 100111 |
Color Harmonies of #60BC09
Complementary color
Monochromatic Colors of #60BC09
Black with #60BC09
Text Example
Text Example
White with #60BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC09; }
p { color: rgb(96,188,9); }
H1.HeaderClassName
{
color: #60BC09;
}
.AnyTagClassName
{
color: #60BC09;
}
</style>
background-color css
<style>
a { background-color: #60BC09; }
a { background-color: rgb(96,188,9); }
div.DivClassName
{
background-color: #60BC09;
}
.BgClassName
{
background-color: #60BC09;
}
</style>
border-color css
<style>
span { border-color: #60BC09; }
span { border-color: rgb(96,188,9); }
td.TdClassName
{
border-color: #60BC09;
}
.TagClassName
{
border-color: #60BC09;
}
</style>