Shades of Kelly Green #60BD03
Tints of Kelly Green #60BD03
RGB
CMYK
RGB Variations
Color information
#60BD03 (or 0x60BD03) is known color: Kelly Green. HEX triplet: 60, BD and 03. RGB value is (96,189,3). Sum of RGB (Red+Green+Blue) = 96+189+3=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 189 (74.22% from 255 or 65.62% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #60BD03 is #9F42FC. Grayscale: #8C8C8C. Windows color (decimal): -10437373 or 245088. OLE color: 245088.
HSL color Cylindrical-coordinate representation of color #60BD03: hue angle of 90º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #60BD03 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 189 | 3 | - |
| CMYK | 0.49 | 0 | 0.98 | 0.26 |
| HSL | 90º | 0.97% | 0.38% | - |
| HSV(B) | 90º | 0.98% | 0.74% | - |
| XYZ | 23.04 | 38.89 | 6.38 | - |
| YUV | 139.99 | 50.69 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 189 | 3 | 0.49 | 0 | 0.98 | 0.26 | 90 | 0.97 | 0.38 |
| Hex | 60 | BD | 3 | 31 | 0 | 62 | 1A | 5A | 61 | 26 |
| Octal | 140 | 275 | 3 | 61 | 0 | 142 | 32 | 132 | 141 | 46 |
| Binary | 1100000 | 10111101 | 11 | 110001 | 0 | 1100010 | 11010 | 1011010 | 1100001 | 100110 |
Color Harmonies of #60BD03
Complementary color
Monochromatic Colors of #60BD03
Black with #60BD03
Text Example
Text Example
White with #60BD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BD03; }
p { color: rgb(96,189,3); }
H1.HeaderClassName
{
color: #60BD03;
}
.AnyTagClassName
{
color: #60BD03;
}
</style>
background-color css
<style>
a { background-color: #60BD03; }
a { background-color: rgb(96,189,3); }
div.DivClassName
{
background-color: #60BD03;
}
.BgClassName
{
background-color: #60BD03;
}
</style>
border-color css
<style>
span { border-color: #60BD03; }
span { border-color: rgb(96,189,3); }
td.TdClassName
{
border-color: #60BD03;
}
.TagClassName
{
border-color: #60BD03;
}
</style>