Shades of Kelly Green #65D007
Tints of Kelly Green #65D007
RGB
CMYK
RGB Variations
Color information
#65D007 (or 0x65D007) is known color: Kelly Green. HEX triplet: 65, D0 and 07. RGB value is (101,208,7). Sum of RGB (Red+Green+Blue) = 101+208+7=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #65D007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D007 is #9A2FF8. Grayscale: #999999. Windows color (decimal): -10104825 or 512101. OLE color: 512101.
HSL color Cylindrical-coordinate representation of color #65D007: hue angle of 91.94º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65D007 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 7 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.18 |
| HSL | 91.94º | 0.93% | 0.42% | - |
| HSV(B) | 91.94º | 0.97% | 0.82% | - |
| XYZ | 27.96 | 47.89 | 7.97 | - |
| YUV | 153.09 | 45.55 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 7 | 0.51 | 0 | 0.97 | 0.18 | 91.94 | 0.93 | 0.42 |
| Hex | 65 | D0 | 7 | 33 | 0 | 61 | 12 | 5C | 5D | 2A |
| Octal | 145 | 320 | 7 | 63 | 0 | 141 | 22 | 134 | 135 | 52 |
| Binary | 1100101 | 11010000 | 111 | 110011 | 0 | 1100001 | 10010 | 1011100 | 1011101 | 101010 |
Color Harmonies of #65D007
Complementary color
Monochromatic Colors of #65D007
Black with #65D007
Text Example
Text Example
White with #65D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D007; }
p { color: rgb(101,208,7); }
H1.HeaderClassName
{
color: #65D007;
}
.AnyTagClassName
{
color: #65D007;
}
</style>
background-color css
<style>
a { background-color: #65D007; }
a { background-color: rgb(101,208,7); }
div.DivClassName
{
background-color: #65D007;
}
.BgClassName
{
background-color: #65D007;
}
</style>
border-color css
<style>
span { border-color: #65D007; }
span { border-color: rgb(101,208,7); }
td.TdClassName
{
border-color: #65D007;
}
.TagClassName
{
border-color: #65D007;
}
</style>