Shades of Kelly Green #65DD2F
Tints of Kelly Green #65DD2F
RGB
CMYK
RGB Variations
Color information
#65DD2F (or 0x65DD2F) is known color: Kelly Green. HEX triplet: 65, DD and 2F. RGB value is (101,221,47). Sum of RGB (Red+Green+Blue) = 101+221+47=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #65DD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DD2F is #9A22D0. Grayscale: #A5A5A5. Windows color (decimal): -10101457 or 3136869. OLE color: 3136869.
HSL color Cylindrical-coordinate representation of color #65DD2F: hue angle of 101.38º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #65DD2F is Cyan = 0.54, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 221 | 47 | - |
| CMYK | 0.54 | 0 | 0.79 | 0.13 |
| HSL | 101.38º | 0.72% | 0.53% | - |
| HSV(B) | 101.38º | 0.79% | 0.87% | - |
| XYZ | 31.74 | 54.68 | 11.57 | - |
| YUV | 165.28 | 61.24 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 221 | 47 | 0.54 | 0 | 0.79 | 0.13 | 101.38 | 0.72 | 0.53 |
| Hex | 65 | DD | 2F | 36 | 0 | 4F | D | 65 | 48 | 35 |
| Octal | 145 | 335 | 57 | 66 | 0 | 117 | 15 | 145 | 110 | 65 |
| Binary | 1100101 | 11011101 | 101111 | 110110 | 0 | 1001111 | 1101 | 1100101 | 1001000 | 110101 |
Color Harmonies of #65DD2F
Complementary color
Monochromatic Colors of #65DD2F
Black with #65DD2F
Text Example
Text Example
White with #65DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DD2F; }
p { color: rgb(101,221,47); }
H1.HeaderClassName
{
color: #65DD2F;
}
.AnyTagClassName
{
color: #65DD2F;
}
</style>
background-color css
<style>
a { background-color: #65DD2F; }
a { background-color: rgb(101,221,47); }
div.DivClassName
{
background-color: #65DD2F;
}
.BgClassName
{
background-color: #65DD2F;
}
</style>
border-color css
<style>
span { border-color: #65DD2F; }
span { border-color: rgb(101,221,47); }
td.TdClassName
{
border-color: #65DD2F;
}
.TagClassName
{
border-color: #65DD2F;
}
</style>