Shades of Kelly Green #65C121
Tints of Kelly Green #65C121
RGB
CMYK
RGB Variations
Color information
#65C121 (or 0x65C121) is known color: Kelly Green. HEX triplet: 65, C1 and 21. RGB value is (101,193,33). Sum of RGB (Red+Green+Blue) = 101+193+33=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #65C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65C121 is #9A3EDE. Grayscale: #939393. Windows color (decimal): -10108639 or 2212197. OLE color: 2212197.
HSL color Cylindrical-coordinate representation of color #65C121: hue angle of 94.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #65C121 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 193 | 33 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.24 |
| HSL | 94.5º | 0.71% | 0.44% | - |
| HSV(B) | 94.5º | 0.83% | 0.76% | - |
| XYZ | 24.71 | 41.02 | 8.05 | - |
| YUV | 147.25 | 63.52 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 33 | 0.48 | 0 | 0.83 | 0.24 | 94.5 | 0.71 | 0.44 |
| Hex | 65 | C1 | 21 | 30 | 0 | 53 | 18 | 5E | 47 | 2C |
| Octal | 145 | 301 | 41 | 60 | 0 | 123 | 30 | 136 | 107 | 54 |
| Binary | 1100101 | 11000001 | 100001 | 110000 | 0 | 1010011 | 11000 | 1011110 | 1000111 | 101100 |
Color Harmonies of #65C121
Complementary color
Monochromatic Colors of #65C121
Black with #65C121
Text Example
Text Example
White with #65C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C121; }
p { color: rgb(101,193,33); }
H1.HeaderClassName
{
color: #65C121;
}
.AnyTagClassName
{
color: #65C121;
}
</style>
background-color css
<style>
a { background-color: #65C121; }
a { background-color: rgb(101,193,33); }
div.DivClassName
{
background-color: #65C121;
}
.BgClassName
{
background-color: #65C121;
}
</style>
border-color css
<style>
span { border-color: #65C121; }
span { border-color: rgb(101,193,33); }
td.TdClassName
{
border-color: #65C121;
}
.TagClassName
{
border-color: #65C121;
}
</style>