Shades of Kelly Green #65C509
Tints of Kelly Green #65C509
RGB
CMYK
RGB Variations
Color information
#65C509 (or 0x65C509) is known color: Kelly Green. HEX triplet: 65, C5 and 09. RGB value is (101,197,9). Sum of RGB (Red+Green+Blue) = 101+197+9=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 9 (3.91% from 255 or 2.93% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #65C509 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C509 is #9A3AF6. Grayscale: #939393. Windows color (decimal): -10107639 or 640357. OLE color: 640357.
HSL color Cylindrical-coordinate representation of color #65C509: hue angle of 90.64º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65C509 is Cyan = 0.49, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 197 | 9 | - |
| CMYK | 0.49 | 0 | 0.95 | 0.23 |
| HSL | 90.64º | 0.91% | 0.4% | - |
| HSV(B) | 90.64º | 0.95% | 0.77% | - |
| XYZ | 25.38 | 42.72 | 7.17 | - |
| YUV | 146.86 | 50.2 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 197 | 9 | 0.49 | 0 | 0.95 | 0.23 | 90.64 | 0.91 | 0.4 |
| Hex | 65 | C5 | 9 | 31 | 0 | 5F | 17 | 5B | 5B | 28 |
| Octal | 145 | 305 | 11 | 61 | 0 | 137 | 27 | 133 | 133 | 50 |
| Binary | 1100101 | 11000101 | 1001 | 110001 | 0 | 1011111 | 10111 | 1011011 | 1011011 | 101000 |
Color Harmonies of #65C509
Complementary color
Monochromatic Colors of #65C509
Black with #65C509
Text Example
Text Example
White with #65C509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C509; }
p { color: rgb(101,197,9); }
H1.HeaderClassName
{
color: #65C509;
}
.AnyTagClassName
{
color: #65C509;
}
</style>
background-color css
<style>
a { background-color: #65C509; }
a { background-color: rgb(101,197,9); }
div.DivClassName
{
background-color: #65C509;
}
.BgClassName
{
background-color: #65C509;
}
</style>
border-color css
<style>
span { border-color: #65C509; }
span { border-color: rgb(101,197,9); }
td.TdClassName
{
border-color: #65C509;
}
.TagClassName
{
border-color: #65C509;
}
</style>