Shades of Kelly Green #65D929
Tints of Kelly Green #65D929
RGB
CMYK
RGB Variations
Color information
#65D929 (or 0x65D929) is known color: Kelly Green. HEX triplet: 65, D9 and 29. RGB value is (101,217,41). Sum of RGB (Red+Green+Blue) = 101+217+41=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #65D929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D929 is #9A26D6. Grayscale: #A2A2A2. Windows color (decimal): -10102487 or 2742629. OLE color: 2742629.
HSL color Cylindrical-coordinate representation of color #65D929: hue angle of 99.55º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65D929 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 217 | 41 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.15 |
| HSL | 99.55º | 0.7% | 0.51% | - |
| HSV(B) | 99.55º | 0.81% | 0.85% | - |
| XYZ | 30.58 | 52.55 | 10.63 | - |
| YUV | 162.25 | 59.57 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 217 | 41 | 0.53 | 0 | 0.81 | 0.15 | 99.55 | 0.7 | 0.51 |
| Hex | 65 | D9 | 29 | 35 | 0 | 51 | F | 64 | 46 | 33 |
| Octal | 145 | 331 | 51 | 65 | 0 | 121 | 17 | 144 | 106 | 63 |
| Binary | 1100101 | 11011001 | 101001 | 110101 | 0 | 1010001 | 1111 | 1100100 | 1000110 | 110011 |
Color Harmonies of #65D929
Complementary color
Monochromatic Colors of #65D929
Black with #65D929
Text Example
Text Example
White with #65D929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D929; }
p { color: rgb(101,217,41); }
H1.HeaderClassName
{
color: #65D929;
}
.AnyTagClassName
{
color: #65D929;
}
</style>
background-color css
<style>
a { background-color: #65D929; }
a { background-color: rgb(101,217,41); }
div.DivClassName
{
background-color: #65D929;
}
.BgClassName
{
background-color: #65D929;
}
</style>
border-color css
<style>
span { border-color: #65D929; }
span { border-color: rgb(101,217,41); }
td.TdClassName
{
border-color: #65D929;
}
.TagClassName
{
border-color: #65D929;
}
</style>