Shades of Kelly Green #65C101
Tints of Kelly Green #65C101
RGB
CMYK
RGB Variations
Color information
#65C101 (or 0x65C101) is known color: Kelly Green. HEX triplet: 65, C1 and 01. RGB value is (101,193,1). Sum of RGB (Red+Green+Blue) = 101+193+1=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 193 (75.78% from 255 or 65.42% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 193 - color contains mainly: green. Hex color #65C101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #65C101 is #9A3EFE. Grayscale: #909090. Windows color (decimal): -10108671 or 115045. OLE color: 115045.
HSL color Cylindrical-coordinate representation of color #65C101: hue angle of 88.75º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65C101 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.24 |
| HSL | 88.75º | 0.99% | 0.38% | - |
| HSV(B) | 88.75º | 0.99% | 0.76% | - |
| XYZ | 24.44 | 40.91 | 6.64 | - |
| YUV | 143.6 | 47.52 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 1 | 0.48 | 0 | 0.99 | 0.24 | 88.75 | 0.99 | 0.38 |
| Hex | 65 | C1 | 1 | 30 | 0 | 63 | 18 | 59 | 63 | 26 |
| Octal | 145 | 301 | 1 | 60 | 0 | 143 | 30 | 131 | 143 | 46 |
| Binary | 1100101 | 11000001 | 1 | 110000 | 0 | 1100011 | 11000 | 1011001 | 1100011 | 100110 |
Color Harmonies of #65C101
Complementary color
Monochromatic Colors of #65C101
Black with #65C101
Text Example
Text Example
White with #65C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C101; }
p { color: rgb(101,193,1); }
H1.HeaderClassName
{
color: #65C101;
}
.AnyTagClassName
{
color: #65C101;
}
</style>
background-color css
<style>
a { background-color: #65C101; }
a { background-color: rgb(101,193,1); }
div.DivClassName
{
background-color: #65C101;
}
.BgClassName
{
background-color: #65C101;
}
</style>
border-color css
<style>
span { border-color: #65C101; }
span { border-color: rgb(101,193,1); }
td.TdClassName
{
border-color: #65C101;
}
.TagClassName
{
border-color: #65C101;
}
</style>