Shades of Kelly Green #65D614
Tints of Kelly Green #65D614
RGB
CMYK
RGB Variations
Color information
#65D614 (or 0x65D614) is known color: Kelly Green. HEX triplet: 65, D6 and 14. RGB value is (101,214,20). Sum of RGB (Red+Green+Blue) = 101+214+20=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #65D614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D614 is #9A29EB. Grayscale: #9E9E9E. Windows color (decimal): -10103276 or 1365605. OLE color: 1365605.
HSL color Cylindrical-coordinate representation of color #65D614: hue angle of 94.95º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #65D614 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 20 | - |
| CMYK | 0.53 | 0 | 0.91 | 0.16 |
| HSL | 94.95º | 0.83% | 0.46% | - |
| HSV(B) | 94.95º | 0.91% | 0.84% | - |
| XYZ | 29.54 | 50.91 | 8.93 | - |
| YUV | 158.1 | 50.06 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 20 | 0.53 | 0 | 0.91 | 0.16 | 94.95 | 0.83 | 0.46 |
| Hex | 65 | D6 | 14 | 35 | 0 | 5B | 10 | 5F | 53 | 2E |
| Octal | 145 | 326 | 24 | 65 | 0 | 133 | 20 | 137 | 123 | 56 |
| Binary | 1100101 | 11010110 | 10100 | 110101 | 0 | 1011011 | 10000 | 1011111 | 1010011 | 101110 |
Color Harmonies of #65D614
Complementary color
Monochromatic Colors of #65D614
Black with #65D614
Text Example
Text Example
White with #65D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D614; }
p { color: rgb(101,214,20); }
H1.HeaderClassName
{
color: #65D614;
}
.AnyTagClassName
{
color: #65D614;
}
</style>
background-color css
<style>
a { background-color: #65D614; }
a { background-color: rgb(101,214,20); }
div.DivClassName
{
background-color: #65D614;
}
.BgClassName
{
background-color: #65D614;
}
</style>
border-color css
<style>
span { border-color: #65D614; }
span { border-color: rgb(101,214,20); }
td.TdClassName
{
border-color: #65D614;
}
.TagClassName
{
border-color: #65D614;
}
</style>