Shades of Kelly Green #65D513
Tints of Kelly Green #65D513
RGB
CMYK
RGB Variations
Color information
#65D513 (or 0x65D513) is known color: Kelly Green. HEX triplet: 65, D5 and 13. RGB value is (101,213,19). Sum of RGB (Red+Green+Blue) = 101+213+19=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 213 (83.59% from 255 or 63.96% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 213 - color contains mainly: green. Hex color #65D513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D513 is #9A2AEC. Grayscale: #9E9E9E. Windows color (decimal): -10103533 or 1299813. OLE color: 1299813.
HSL color Cylindrical-coordinate representation of color #65D513: hue angle of 94.64º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65D513 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 213 | 19 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.16 |
| HSL | 94.64º | 0.84% | 0.45% | - |
| HSV(B) | 94.64º | 0.91% | 0.84% | - |
| XYZ | 29.28 | 50.4 | 8.8 | - |
| YUV | 157.4 | 49.89 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 213 | 19 | 0.53 | 0 | 0.91 | 0.16 | 94.64 | 0.84 | 0.45 |
| Hex | 65 | D5 | 13 | 35 | 0 | 5B | 10 | 5F | 54 | 2D |
| Octal | 145 | 325 | 23 | 65 | 0 | 133 | 20 | 137 | 124 | 55 |
| Binary | 1100101 | 11010101 | 10011 | 110101 | 0 | 1011011 | 10000 | 1011111 | 1010100 | 101101 |
Color Harmonies of #65D513
Complementary color
Monochromatic Colors of #65D513
Black with #65D513
Text Example
Text Example
White with #65D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D513; }
p { color: rgb(101,213,19); }
H1.HeaderClassName
{
color: #65D513;
}
.AnyTagClassName
{
color: #65D513;
}
</style>
background-color css
<style>
a { background-color: #65D513; }
a { background-color: rgb(101,213,19); }
div.DivClassName
{
background-color: #65D513;
}
.BgClassName
{
background-color: #65D513;
}
</style>
border-color css
<style>
span { border-color: #65D513; }
span { border-color: rgb(101,213,19); }
td.TdClassName
{
border-color: #65D513;
}
.TagClassName
{
border-color: #65D513;
}
</style>