Shades of Kelly Green #65C608
Tints of Kelly Green #65C608
RGB
CMYK
RGB Variations
Color information
#65C608 (or 0x65C608) is known color: Kelly Green. HEX triplet: 65, C6 and 08. RGB value is (101,198,8). Sum of RGB (Red+Green+Blue) = 101+198+8=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 198 (77.73% from 255 or 64.50% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 198 - color contains mainly: green. Hex color #65C608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C608 is #9A39F7. Grayscale: #949494. Windows color (decimal): -10107384 or 575077. OLE color: 575077.
HSL color Cylindrical-coordinate representation of color #65C608: hue angle of 90.63º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #65C608 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 198 | 8 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.22 |
| HSL | 90.63º | 0.92% | 0.4% | - |
| HSV(B) | 90.63º | 0.96% | 0.78% | - |
| XYZ | 25.6 | 43.17 | 7.21 | - |
| YUV | 147.34 | 49.36 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 198 | 8 | 0.49 | 0 | 0.96 | 0.22 | 90.63 | 0.92 | 0.4 |
| Hex | 65 | C6 | 8 | 31 | 0 | 60 | 16 | 5B | 5C | 28 |
| Octal | 145 | 306 | 10 | 61 | 0 | 140 | 26 | 133 | 134 | 50 |
| Binary | 1100101 | 11000110 | 1000 | 110001 | 0 | 1100000 | 10110 | 1011011 | 1011100 | 101000 |
Color Harmonies of #65C608
Complementary color
Monochromatic Colors of #65C608
Black with #65C608
Text Example
Text Example
White with #65C608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C608; }
p { color: rgb(101,198,8); }
H1.HeaderClassName
{
color: #65C608;
}
.AnyTagClassName
{
color: #65C608;
}
</style>
background-color css
<style>
a { background-color: #65C608; }
a { background-color: rgb(101,198,8); }
div.DivClassName
{
background-color: #65C608;
}
.BgClassName
{
background-color: #65C608;
}
</style>
border-color css
<style>
span { border-color: #65C608; }
span { border-color: rgb(101,198,8); }
td.TdClassName
{
border-color: #65C608;
}
.TagClassName
{
border-color: #65C608;
}
</style>