Shades of Kelly Green #65C01A
Tints of Kelly Green #65C01A
RGB
CMYK
RGB Variations
Color information
#65C01A (or 0x65C01A) is known color: Kelly Green. HEX triplet: 65, C0 and 1A. RGB value is (101,192,26). Sum of RGB (Red+Green+Blue) = 101+192+26=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #65C01A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C01A is #9A3FE5. Grayscale: #929292. Windows color (decimal): -10108902 or 1753189. OLE color: 1753189.
HSL color Cylindrical-coordinate representation of color #65C01A: hue angle of 92.89º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #65C01A is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 26 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.25 |
| HSL | 92.89º | 0.76% | 0.43% | - |
| HSV(B) | 92.89º | 0.86% | 0.75% | - |
| XYZ | 24.4 | 40.54 | 7.52 | - |
| YUV | 145.87 | 60.35 | 96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 26 | 0.47 | 0 | 0.86 | 0.25 | 92.89 | 0.76 | 0.43 |
| Hex | 65 | C0 | 1A | 2F | 0 | 56 | 19 | 5D | 4C | 2B |
| Octal | 145 | 300 | 32 | 57 | 0 | 126 | 31 | 135 | 114 | 53 |
| Binary | 1100101 | 11000000 | 11010 | 101111 | 0 | 1010110 | 11001 | 1011101 | 1001100 | 101011 |
Color Harmonies of #65C01A
Complementary color
Monochromatic Colors of #65C01A
Black with #65C01A
Text Example
Text Example
White with #65C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C01A; }
p { color: rgb(101,192,26); }
H1.HeaderClassName
{
color: #65C01A;
}
.AnyTagClassName
{
color: #65C01A;
}
</style>
background-color css
<style>
a { background-color: #65C01A; }
a { background-color: rgb(101,192,26); }
div.DivClassName
{
background-color: #65C01A;
}
.BgClassName
{
background-color: #65C01A;
}
</style>
border-color css
<style>
span { border-color: #65C01A; }
span { border-color: rgb(101,192,26); }
td.TdClassName
{
border-color: #65C01A;
}
.TagClassName
{
border-color: #65C01A;
}
</style>