Shades of Kelly Green #65D214
Tints of Kelly Green #65D214
RGB
CMYK
RGB Variations
Color information
#65D214 (or 0x65D214) is known color: Kelly Green. HEX triplet: 65, D2 and 14. RGB value is (101,210,20). Sum of RGB (Red+Green+Blue) = 101+210+20=331 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.51% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 20 (8.20% from 255 or 6.04% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #65D214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D214 is #9A2DEB. Grayscale: #9C9C9C. Windows color (decimal): -10104300 or 1364581. OLE color: 1364581.
HSL color Cylindrical-coordinate representation of color #65D214: hue angle of 94.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65D214 is Cyan = 0.52, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 20 | - |
| CMYK | 0.52 | 0 | 0.90 | 0.18 |
| HSL | 94.42º | 0.83% | 0.45% | - |
| HSV(B) | 94.42º | 0.9% | 0.82% | - |
| XYZ | 28.54 | 48.91 | 8.6 | - |
| YUV | 155.75 | 51.39 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 20 | 0.52 | 0 | 0.90 | 0.18 | 94.42 | 0.83 | 0.45 |
| Hex | 65 | D2 | 14 | 34 | 0 | 5A | 12 | 5E | 53 | 2D |
| Octal | 145 | 322 | 24 | 64 | 0 | 132 | 22 | 136 | 123 | 55 |
| Binary | 1100101 | 11010010 | 10100 | 110100 | 0 | 1011010 | 10010 | 1011110 | 1010011 | 101101 |
Color Harmonies of #65D214
Complementary color
Monochromatic Colors of #65D214
Black with #65D214
Text Example
Text Example
White with #65D214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D214; }
p { color: rgb(101,210,20); }
H1.HeaderClassName
{
color: #65D214;
}
.AnyTagClassName
{
color: #65D214;
}
</style>
background-color css
<style>
a { background-color: #65D214; }
a { background-color: rgb(101,210,20); }
div.DivClassName
{
background-color: #65D214;
}
.BgClassName
{
background-color: #65D214;
}
</style>
border-color css
<style>
span { border-color: #65D214; }
span { border-color: rgb(101,210,20); }
td.TdClassName
{
border-color: #65D214;
}
.TagClassName
{
border-color: #65D214;
}
</style>