Shades of Kelly Green #65D828
Tints of Kelly Green #65D828
RGB
CMYK
RGB Variations
Color information
#65D828 (or 0x65D828) is known color: Kelly Green. HEX triplet: 65, D8 and 28. RGB value is (101,216,40). Sum of RGB (Red+Green+Blue) = 101+216+40=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 216 (84.77% from 255 or 60.50% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 216 - color contains mainly: green. Hex color #65D828 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D828 is #9A27D7. Grayscale: #A2A2A2. Windows color (decimal): -10102744 or 2676837. OLE color: 2676837.
HSL color Cylindrical-coordinate representation of color #65D828: hue angle of 99.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #65D828 is Cyan = 0.53, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 216 | 40 | - |
| CMYK | 0.53 | 0 | 0.81 | 0.15 |
| HSL | 99.2º | 0.69% | 0.5% | - |
| HSV(B) | 99.2º | 0.81% | 0.85% | - |
| XYZ | 30.31 | 52.03 | 10.45 | - |
| YUV | 161.55 | 59.4 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 216 | 40 | 0.53 | 0 | 0.81 | 0.15 | 99.2 | 0.69 | 0.5 |
| Hex | 65 | D8 | 28 | 35 | 0 | 51 | F | 63 | 45 | 32 |
| Octal | 145 | 330 | 50 | 65 | 0 | 121 | 17 | 143 | 105 | 62 |
| Binary | 1100101 | 11011000 | 101000 | 110101 | 0 | 1010001 | 1111 | 1100011 | 1000101 | 110010 |
Color Harmonies of #65D828
Complementary color
Monochromatic Colors of #65D828
Black with #65D828
Text Example
Text Example
White with #65D828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D828; }
p { color: rgb(101,216,40); }
H1.HeaderClassName
{
color: #65D828;
}
.AnyTagClassName
{
color: #65D828;
}
</style>
background-color css
<style>
a { background-color: #65D828; }
a { background-color: rgb(101,216,40); }
div.DivClassName
{
background-color: #65D828;
}
.BgClassName
{
background-color: #65D828;
}
</style>
border-color css
<style>
span { border-color: #65D828; }
span { border-color: rgb(101,216,40); }
td.TdClassName
{
border-color: #65D828;
}
.TagClassName
{
border-color: #65D828;
}
</style>