Shades of Kelly Green #65D41D
Tints of Kelly Green #65D41D
RGB
CMYK
RGB Variations
Color information
#65D41D (or 0x65D41D) is known color: Kelly Green. HEX triplet: 65, D4 and 1D. RGB value is (101,212,29). Sum of RGB (Red+Green+Blue) = 101+212+29=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 212 (83.20% from 255 or 61.99% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 212 - color contains mainly: green. Hex color #65D41D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D41D is #9A2BE2. Grayscale: #9E9E9E. Windows color (decimal): -10103779 or 1954917. OLE color: 1954917.
HSL color Cylindrical-coordinate representation of color #65D41D: hue angle of 96.39º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65D41D is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 212 | 29 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.17 |
| HSL | 96.39º | 0.76% | 0.47% | - |
| HSV(B) | 96.39º | 0.86% | 0.83% | - |
| XYZ | 29.13 | 49.94 | 9.27 | - |
| YUV | 157.95 | 55.23 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 212 | 29 | 0.52 | 0 | 0.86 | 0.17 | 96.39 | 0.76 | 0.47 |
| Hex | 65 | D4 | 1D | 34 | 0 | 56 | 11 | 60 | 4C | 2F |
| Octal | 145 | 324 | 35 | 64 | 0 | 126 | 21 | 140 | 114 | 57 |
| Binary | 1100101 | 11010100 | 11101 | 110100 | 0 | 1010110 | 10001 | 1100000 | 1001100 | 101111 |
Color Harmonies of #65D41D
Complementary color
Monochromatic Colors of #65D41D
Black with #65D41D
Text Example
Text Example
White with #65D41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D41D; }
p { color: rgb(101,212,29); }
H1.HeaderClassName
{
color: #65D41D;
}
.AnyTagClassName
{
color: #65D41D;
}
</style>
background-color css
<style>
a { background-color: #65D41D; }
a { background-color: rgb(101,212,29); }
div.DivClassName
{
background-color: #65D41D;
}
.BgClassName
{
background-color: #65D41D;
}
</style>
border-color css
<style>
span { border-color: #65D41D; }
span { border-color: rgb(101,212,29); }
td.TdClassName
{
border-color: #65D41D;
}
.TagClassName
{
border-color: #65D41D;
}
</style>