Shades of Kelly Green #65C00A
Tints of Kelly Green #65C00A
RGB
CMYK
RGB Variations
Color information
#65C00A (or 0x65C00A) is known color: Kelly Green. HEX triplet: 65, C0 and 0A. RGB value is (101,192,10). Sum of RGB (Red+Green+Blue) = 101+192+10=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #65C00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C00A is #9A3FF5. Grayscale: #909090. Windows color (decimal): -10108918 or 704613. OLE color: 704613.
HSL color Cylindrical-coordinate representation of color #65C00A: hue angle of 90º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65C00A is Cyan = 0.47, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 192 | 10 | - |
| CMYK | 0.47 | 0 | 0.95 | 0.25 |
| HSL | 90º | 0.9% | 0.4% | - |
| HSV(B) | 90º | 0.95% | 0.75% | - |
| XYZ | 24.27 | 40.49 | 6.82 | - |
| YUV | 144.04 | 52.35 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 10 | 0.47 | 0 | 0.95 | 0.25 | 90 | 0.9 | 0.4 |
| Hex | 65 | C0 | A | 2F | 0 | 5F | 19 | 5A | 5A | 28 |
| Octal | 145 | 300 | 12 | 57 | 0 | 137 | 31 | 132 | 132 | 50 |
| Binary | 1100101 | 11000000 | 1010 | 101111 | 0 | 1011111 | 11001 | 1011010 | 1011010 | 101000 |
Color Harmonies of #65C00A
Complementary color
Monochromatic Colors of #65C00A
Black with #65C00A
Text Example
Text Example
White with #65C00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C00A; }
p { color: rgb(101,192,10); }
H1.HeaderClassName
{
color: #65C00A;
}
.AnyTagClassName
{
color: #65C00A;
}
</style>
background-color css
<style>
a { background-color: #65C00A; }
a { background-color: rgb(101,192,10); }
div.DivClassName
{
background-color: #65C00A;
}
.BgClassName
{
background-color: #65C00A;
}
</style>
border-color css
<style>
span { border-color: #65C00A; }
span { border-color: rgb(101,192,10); }
td.TdClassName
{
border-color: #65C00A;
}
.TagClassName
{
border-color: #65C00A;
}
</style>