Shades of Kelly Green #65D001
Tints of Kelly Green #65D001
RGB
CMYK
RGB Variations
Color information
#65D001 (or 0x65D001) is known color: Kelly Green. HEX triplet: 65, D0 and 01. RGB value is (101,208,1). Sum of RGB (Red+Green+Blue) = 101+208+1=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #65D001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65D001 is #9A2FFE. Grayscale: #999999. Windows color (decimal): -10104831 or 118885. OLE color: 118885.
HSL color Cylindrical-coordinate representation of color #65D001: hue angle of 91.01º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65D001 is Cyan = 0.51, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 208 | 1 | - |
| CMYK | 0.51 | 0 | 1.00 | 0.18 |
| HSL | 91.01º | 0.99% | 0.41% | - |
| HSV(B) | 91.01º | 1% | 0.82% | - |
| XYZ | 27.93 | 47.88 | 7.8 | - |
| YUV | 152.41 | 42.55 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 208 | 1 | 0.51 | 0 | 1.00 | 0.18 | 91.01 | 0.99 | 0.41 |
| Hex | 65 | D0 | 1 | 33 | 0 | 64 | 12 | 5B | 63 | 29 |
| Octal | 145 | 320 | 1 | 63 | 0 | 144 | 22 | 133 | 143 | 51 |
| Binary | 1100101 | 11010000 | 1 | 110011 | 0 | 1100100 | 10010 | 1011011 | 1100011 | 101001 |
Color Harmonies of #65D001
Complementary color
Monochromatic Colors of #65D001
Black with #65D001
Text Example
Text Example
White with #65D001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D001; }
p { color: rgb(101,208,1); }
H1.HeaderClassName
{
color: #65D001;
}
.AnyTagClassName
{
color: #65D001;
}
</style>
background-color css
<style>
a { background-color: #65D001; }
a { background-color: rgb(101,208,1); }
div.DivClassName
{
background-color: #65D001;
}
.BgClassName
{
background-color: #65D001;
}
</style>
border-color css
<style>
span { border-color: #65D001; }
span { border-color: rgb(101,208,1); }
td.TdClassName
{
border-color: #65D001;
}
.TagClassName
{
border-color: #65D001;
}
</style>