Shades of Kelly Green #60C328
Tints of Kelly Green #60C328
RGB
CMYK
RGB Variations
Color information
#60C328 (or 0x60C328) is known color: Kelly Green. HEX triplet: 60, C3 and 28. RGB value is (96,195,40). Sum of RGB (Red+Green+Blue) = 96+195+40=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #60C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60C328 is #9F3CD7. Grayscale: #949494. Windows color (decimal): -10435800 or 2671456. OLE color: 2671456.
HSL color Cylindrical-coordinate representation of color #60C328: hue angle of 98.32º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #60C328 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 195 | 40 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.24 |
| HSL | 98.32º | 0.66% | 0.46% | - |
| HSV(B) | 98.32º | 0.79% | 0.76% | - |
| XYZ | 24.72 | 41.67 | 8.75 | - |
| YUV | 147.73 | 67.2 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 195 | 40 | 0.51 | 0 | 0.79 | 0.24 | 98.32 | 0.66 | 0.46 |
| Hex | 60 | C3 | 28 | 33 | 0 | 4F | 18 | 62 | 42 | 2E |
| Octal | 140 | 303 | 50 | 63 | 0 | 117 | 30 | 142 | 102 | 56 |
| Binary | 1100000 | 11000011 | 101000 | 110011 | 0 | 1001111 | 11000 | 1100010 | 1000010 | 101110 |
Color Harmonies of #60C328
Complementary color
Monochromatic Colors of #60C328
Black with #60C328
Text Example
Text Example
White with #60C328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C328; }
p { color: rgb(96,195,40); }
H1.HeaderClassName
{
color: #60C328;
}
.AnyTagClassName
{
color: #60C328;
}
</style>
background-color css
<style>
a { background-color: #60C328; }
a { background-color: rgb(96,195,40); }
div.DivClassName
{
background-color: #60C328;
}
.BgClassName
{
background-color: #60C328;
}
</style>
border-color css
<style>
span { border-color: #60C328; }
span { border-color: rgb(96,195,40); }
td.TdClassName
{
border-color: #60C328;
}
.TagClassName
{
border-color: #60C328;
}
</style>