Shades of Kelly Green #65D510
Tints of Kelly Green #65D510
RGB
CMYK
RGB Variations
Color information
#65D510 (or 0x65D510) is known color: Kelly Green. HEX triplet: 65, D5 and 10. RGB value is (101,213,16). Sum of RGB (Red+Green+Blue) = 101+213+16=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 213 (83.59% from 255 or 64.55% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 213 - color contains mainly: green. Hex color #65D510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D510 is #9A2AEF. Grayscale: #9D9D9D. Windows color (decimal): -10103536 or 1103205. OLE color: 1103205.
HSL color Cylindrical-coordinate representation of color #65D510: hue angle of 94.11º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #65D510 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 16 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.16 |
| HSL | 94.11º | 0.86% | 0.45% | - |
| HSV(B) | 94.11º | 0.92% | 0.84% | - |
| XYZ | 29.25 | 50.39 | 8.68 | - |
| YUV | 157.05 | 48.39 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 16 | 0.53 | 0 | 0.92 | 0.16 | 94.11 | 0.86 | 0.45 |
| Hex | 65 | D5 | 10 | 35 | 0 | 5C | 10 | 5E | 56 | 2D |
| Octal | 145 | 325 | 20 | 65 | 0 | 134 | 20 | 136 | 126 | 55 |
| Binary | 1100101 | 11010101 | 10000 | 110101 | 0 | 1011100 | 10000 | 1011110 | 1010110 | 101101 |
Color Harmonies of #65D510
Complementary color
Monochromatic Colors of #65D510
Black with #65D510
Text Example
Text Example
White with #65D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D510; }
p { color: rgb(101,213,16); }
H1.HeaderClassName
{
color: #65D510;
}
.AnyTagClassName
{
color: #65D510;
}
</style>
background-color css
<style>
a { background-color: #65D510; }
a { background-color: rgb(101,213,16); }
div.DivClassName
{
background-color: #65D510;
}
.BgClassName
{
background-color: #65D510;
}
</style>
border-color css
<style>
span { border-color: #65D510; }
span { border-color: rgb(101,213,16); }
td.TdClassName
{
border-color: #65D510;
}
.TagClassName
{
border-color: #65D510;
}
</style>