Shades of Kelly Green #65C016
Tints of Kelly Green #65C016
RGB
CMYK
RGB Variations
Color information
#65C016 (or 0x65C016) is known color: Kelly Green. HEX triplet: 65, C0 and 16. RGB value is (101,192,22). Sum of RGB (Red+Green+Blue) = 101+192+22=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #65C016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C016 is #9A3FE9. Grayscale: #919191. Windows color (decimal): -10108906 or 1491045. OLE color: 1491045.
HSL color Cylindrical-coordinate representation of color #65C016: hue angle of 92.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #65C016 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 22 | - |
| CMYK | 0.47 | 0 | 0.89 | 0.25 |
| HSL | 92.12º | 0.79% | 0.42% | - |
| HSV(B) | 92.12º | 0.89% | 0.75% | - |
| XYZ | 24.36 | 40.52 | 7.3 | - |
| YUV | 145.41 | 58.35 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 22 | 0.47 | 0 | 0.89 | 0.25 | 92.12 | 0.79 | 0.42 |
| Hex | 65 | C0 | 16 | 2F | 0 | 59 | 19 | 5C | 4F | 2A |
| Octal | 145 | 300 | 26 | 57 | 0 | 131 | 31 | 134 | 117 | 52 |
| Binary | 1100101 | 11000000 | 10110 | 101111 | 0 | 1011001 | 11001 | 1011100 | 1001111 | 101010 |
Color Harmonies of #65C016
Complementary color
Monochromatic Colors of #65C016
Black with #65C016
Text Example
Text Example
White with #65C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C016; }
p { color: rgb(101,192,22); }
H1.HeaderClassName
{
color: #65C016;
}
.AnyTagClassName
{
color: #65C016;
}
</style>
background-color css
<style>
a { background-color: #65C016; }
a { background-color: rgb(101,192,22); }
div.DivClassName
{
background-color: #65C016;
}
.BgClassName
{
background-color: #65C016;
}
</style>
border-color css
<style>
span { border-color: #65C016; }
span { border-color: rgb(101,192,22); }
td.TdClassName
{
border-color: #65C016;
}
.TagClassName
{
border-color: #65C016;
}
</style>