Shades of Kelly Green #65D225
Tints of Kelly Green #65D225
RGB
CMYK
RGB Variations
Color information
#65D225 (or 0x65D225) is known color: Kelly Green. HEX triplet: 65, D2 and 25. RGB value is (101,210,37). Sum of RGB (Red+Green+Blue) = 101+210+37=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #65D225 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D225 is #9A2DDA. Grayscale: #9E9E9E. Windows color (decimal): -10104283 or 2478693. OLE color: 2478693.
HSL color Cylindrical-coordinate representation of color #65D225: hue angle of 97.8º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #65D225 is Cyan = 0.52, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 210 | 37 | - |
| CMYK | 0.52 | 0 | 0.82 | 0.18 |
| HSL | 97.8º | 0.7% | 0.48% | - |
| HSV(B) | 97.8º | 0.82% | 0.82% | - |
| XYZ | 28.75 | 48.99 | 9.69 | - |
| YUV | 157.69 | 59.89 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 210 | 37 | 0.52 | 0 | 0.82 | 0.18 | 97.8 | 0.7 | 0.48 |
| Hex | 65 | D2 | 25 | 34 | 0 | 52 | 12 | 62 | 46 | 30 |
| Octal | 145 | 322 | 45 | 64 | 0 | 122 | 22 | 142 | 106 | 60 |
| Binary | 1100101 | 11010010 | 100101 | 110100 | 0 | 1010010 | 10010 | 1100010 | 1000110 | 110000 |
Color Harmonies of #65D225
Complementary color
Monochromatic Colors of #65D225
Black with #65D225
Text Example
Text Example
White with #65D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D225; }
p { color: rgb(101,210,37); }
H1.HeaderClassName
{
color: #65D225;
}
.AnyTagClassName
{
color: #65D225;
}
</style>
background-color css
<style>
a { background-color: #65D225; }
a { background-color: rgb(101,210,37); }
div.DivClassName
{
background-color: #65D225;
}
.BgClassName
{
background-color: #65D225;
}
</style>
border-color css
<style>
span { border-color: #65D225; }
span { border-color: rgb(101,210,37); }
td.TdClassName
{
border-color: #65D225;
}
.TagClassName
{
border-color: #65D225;
}
</style>