Shades of Kelly Green #65D515
Tints of Kelly Green #65D515
RGB
CMYK
RGB Variations
Color information
#65D515 (or 0x65D515) is known color: Kelly Green. HEX triplet: 65, D5 and 15. RGB value is (101,213,21). Sum of RGB (Red+Green+Blue) = 101+213+21=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #65D515 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D515 is #9A2AEA. Grayscale: #9E9E9E. Windows color (decimal): -10103531 or 1430885. OLE color: 1430885.
HSL color Cylindrical-coordinate representation of color #65D515: hue angle of 95º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65D515 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 21 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.16 |
| HSL | 95º | 0.82% | 0.46% | - |
| HSV(B) | 95º | 0.9% | 0.84% | - |
| XYZ | 29.3 | 50.41 | 8.9 | - |
| YUV | 157.62 | 50.89 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 21 | 0.53 | 0 | 0.90 | 0.16 | 95 | 0.82 | 0.46 |
| Hex | 65 | D5 | 15 | 35 | 0 | 5A | 10 | 5F | 52 | 2E |
| Octal | 145 | 325 | 25 | 65 | 0 | 132 | 20 | 137 | 122 | 56 |
| Binary | 1100101 | 11010101 | 10101 | 110101 | 0 | 1011010 | 10000 | 1011111 | 1010010 | 101110 |
Color Harmonies of #65D515
Complementary color
Monochromatic Colors of #65D515
Black with #65D515
Text Example
Text Example
White with #65D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D515; }
p { color: rgb(101,213,21); }
H1.HeaderClassName
{
color: #65D515;
}
.AnyTagClassName
{
color: #65D515;
}
</style>
background-color css
<style>
a { background-color: #65D515; }
a { background-color: rgb(101,213,21); }
div.DivClassName
{
background-color: #65D515;
}
.BgClassName
{
background-color: #65D515;
}
</style>
border-color css
<style>
span { border-color: #65D515; }
span { border-color: rgb(101,213,21); }
td.TdClassName
{
border-color: #65D515;
}
.TagClassName
{
border-color: #65D515;
}
</style>