Shades of Kelly Green #65CE07
Tints of Kelly Green #65CE07
RGB
CMYK
RGB Variations
Color information
#65CE07 (or 0x65CE07) is known color: Kelly Green. HEX triplet: 65, CE and 07. RGB value is (101,206,7). Sum of RGB (Red+Green+Blue) = 101+206+7=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 206 (80.86% from 255 or 65.61% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65CE07 is #9A31F8. Grayscale: #989898. Windows color (decimal): -10105337 or 511589. OLE color: 511589.
HSL color Cylindrical-coordinate representation of color #65CE07: hue angle of 91.66º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65CE07 is Cyan = 0.51, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 7 | - |
| CMYK | 0.51 | 0 | 0.97 | 0.19 |
| HSL | 91.66º | 0.93% | 0.42% | - |
| HSV(B) | 91.66º | 0.97% | 0.81% | - |
| XYZ | 27.48 | 46.92 | 7.81 | - |
| YUV | 151.92 | 46.21 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 7 | 0.51 | 0 | 0.97 | 0.19 | 91.66 | 0.93 | 0.42 |
| Hex | 65 | CE | 7 | 33 | 0 | 61 | 13 | 5C | 5D | 2A |
| Octal | 145 | 316 | 7 | 63 | 0 | 141 | 23 | 134 | 135 | 52 |
| Binary | 1100101 | 11001110 | 111 | 110011 | 0 | 1100001 | 10011 | 1011100 | 1011101 | 101010 |
Color Harmonies of #65CE07
Complementary color
Monochromatic Colors of #65CE07
Black with #65CE07
Text Example
Text Example
White with #65CE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CE07; }
p { color: rgb(101,206,7); }
H1.HeaderClassName
{
color: #65CE07;
}
.AnyTagClassName
{
color: #65CE07;
}
</style>
background-color css
<style>
a { background-color: #65CE07; }
a { background-color: rgb(101,206,7); }
div.DivClassName
{
background-color: #65CE07;
}
.BgClassName
{
background-color: #65CE07;
}
</style>
border-color css
<style>
span { border-color: #65CE07; }
span { border-color: rgb(101,206,7); }
td.TdClassName
{
border-color: #65CE07;
}
.TagClassName
{
border-color: #65CE07;
}
</style>