Shades of Kelly Green #60BF28
Tints of Kelly Green #60BF28
RGB
CMYK
RGB Variations
Color information
#60BF28 (or 0x60BF28) is known color: Kelly Green. HEX triplet: 60, BF and 28. RGB value is (96,191,40). Sum of RGB (Red+Green+Blue) = 96+191+40=327 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.36% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BF28 is #9F40D7. Grayscale: #919191. Windows color (decimal): -10436824 or 2670432. OLE color: 2670432.
HSL color Cylindrical-coordinate representation of color #60BF28: hue angle of 97.75º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60BF28 is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 191 | 40 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.25 |
| HSL | 97.75º | 0.65% | 0.45% | - |
| HSV(B) | 97.75º | 0.79% | 0.75% | - |
| XYZ | 23.84 | 39.9 | 8.45 | - |
| YUV | 145.38 | 68.53 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 191 | 40 | 0.50 | 0 | 0.79 | 0.25 | 97.75 | 0.65 | 0.45 |
| Hex | 60 | BF | 28 | 32 | 0 | 4F | 19 | 62 | 41 | 2D |
| Octal | 140 | 277 | 50 | 62 | 0 | 117 | 31 | 142 | 101 | 55 |
| Binary | 1100000 | 10111111 | 101000 | 110010 | 0 | 1001111 | 11001 | 1100010 | 1000001 | 101101 |
Color Harmonies of #60BF28
Complementary color
Monochromatic Colors of #60BF28
Black with #60BF28
Text Example
Text Example
White with #60BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BF28; }
p { color: rgb(96,191,40); }
H1.HeaderClassName
{
color: #60BF28;
}
.AnyTagClassName
{
color: #60BF28;
}
</style>
background-color css
<style>
a { background-color: #60BF28; }
a { background-color: rgb(96,191,40); }
div.DivClassName
{
background-color: #60BF28;
}
.BgClassName
{
background-color: #60BF28;
}
</style>
border-color css
<style>
span { border-color: #60BF28; }
span { border-color: rgb(96,191,40); }
td.TdClassName
{
border-color: #60BF28;
}
.TagClassName
{
border-color: #60BF28;
}
</style>