Shades of Kelly Green #65C40A
Tints of Kelly Green #65C40A
RGB
CMYK
RGB Variations
Color information
#65C40A (or 0x65C40A) is known color: Kelly Green. HEX triplet: 65, C4 and 0A. RGB value is (101,196,10). Sum of RGB (Red+Green+Blue) = 101+196+10=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 196 (76.95% from 255 or 63.84% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 196 - color contains mainly: green. Hex color #65C40A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C40A is #9A3BF5. Grayscale: #939393. Windows color (decimal): -10107894 or 705637. OLE color: 705637.
HSL color Cylindrical-coordinate representation of color #65C40A: hue angle of 90.65º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65C40A is Cyan = 0.48, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 196 | 10 | - |
| CMYK | 0.48 | 0 | 0.95 | 0.23 |
| HSL | 90.65º | 0.9% | 0.4% | - |
| HSV(B) | 90.65º | 0.95% | 0.77% | - |
| XYZ | 25.16 | 42.27 | 7.12 | - |
| YUV | 146.39 | 51.03 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 196 | 10 | 0.48 | 0 | 0.95 | 0.23 | 90.65 | 0.9 | 0.4 |
| Hex | 65 | C4 | A | 30 | 0 | 5F | 17 | 5B | 5A | 28 |
| Octal | 145 | 304 | 12 | 60 | 0 | 137 | 27 | 133 | 132 | 50 |
| Binary | 1100101 | 11000100 | 1010 | 110000 | 0 | 1011111 | 10111 | 1011011 | 1011010 | 101000 |
Color Harmonies of #65C40A
Complementary color
Monochromatic Colors of #65C40A
Black with #65C40A
Text Example
Text Example
White with #65C40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C40A; }
p { color: rgb(101,196,10); }
H1.HeaderClassName
{
color: #65C40A;
}
.AnyTagClassName
{
color: #65C40A;
}
</style>
background-color css
<style>
a { background-color: #65C40A; }
a { background-color: rgb(101,196,10); }
div.DivClassName
{
background-color: #65C40A;
}
.BgClassName
{
background-color: #65C40A;
}
</style>
border-color css
<style>
span { border-color: #65C40A; }
span { border-color: rgb(101,196,10); }
td.TdClassName
{
border-color: #65C40A;
}
.TagClassName
{
border-color: #65C40A;
}
</style>