Shades of Kelly Green #65D005
Tints of Kelly Green #65D005
RGB
CMYK
RGB Variations
Color information
#65D005 (or 0x65D005) is known color: Kelly Green. HEX triplet: 65, D0 and 05. RGB value is (101,208,5). Sum of RGB (Red+Green+Blue) = 101+208+5=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 208 (81.64% from 255 or 66.24% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 208 - color contains mainly: green. Hex color #65D005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D005 is #9A2FFA. Grayscale: #999999. Windows color (decimal): -10104827 or 381029. OLE color: 381029.
HSL color Cylindrical-coordinate representation of color #65D005: hue angle of 91.63º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65D005 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 5 | - |
| CMYK | 0.51 | 0 | 0.98 | 0.18 |
| HSL | 91.63º | 0.95% | 0.42% | - |
| HSV(B) | 91.63º | 0.98% | 0.82% | - |
| XYZ | 27.95 | 47.89 | 7.91 | - |
| YUV | 152.87 | 44.55 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 5 | 0.51 | 0 | 0.98 | 0.18 | 91.63 | 0.95 | 0.42 |
| Hex | 65 | D0 | 5 | 33 | 0 | 62 | 12 | 5C | 5F | 2A |
| Octal | 145 | 320 | 5 | 63 | 0 | 142 | 22 | 134 | 137 | 52 |
| Binary | 1100101 | 11010000 | 101 | 110011 | 0 | 1100010 | 10010 | 1011100 | 1011111 | 101010 |
Color Harmonies of #65D005
Complementary color
Monochromatic Colors of #65D005
Black with #65D005
Text Example
Text Example
White with #65D005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D005; }
p { color: rgb(101,208,5); }
H1.HeaderClassName
{
color: #65D005;
}
.AnyTagClassName
{
color: #65D005;
}
</style>
background-color css
<style>
a { background-color: #65D005; }
a { background-color: rgb(101,208,5); }
div.DivClassName
{
background-color: #65D005;
}
.BgClassName
{
background-color: #65D005;
}
</style>
border-color css
<style>
span { border-color: #65D005; }
span { border-color: rgb(101,208,5); }
td.TdClassName
{
border-color: #65D005;
}
.TagClassName
{
border-color: #65D005;
}
</style>