Shades of Kelly Green #45C20A
Tints of Kelly Green #45C20A
RGB
CMYK
RGB Variations
Color information
#45C20A (or 0x45C20A) is known color: Kelly Green. HEX triplet: 45, C2 and 0A. RGB value is (69,194,10). Sum of RGB (Red+Green+Blue) = 69+194+10=273 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.27% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #45C20A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C20A is #BA3DF5. Grayscale: #888888. Windows color (decimal): -12205558 or 705093. OLE color: 705093.
HSL color Cylindrical-coordinate representation of color #45C20A: hue angle of 100.76º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #45C20A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 10 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.24 |
| HSL | 100.76º | 0.9% | 0.4% | - |
| HSV(B) | 100.76º | 0.95% | 0.76% | - |
| XYZ | 21.8 | 39.87 | 6.83 | - |
| YUV | 135.65 | 57.09 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 10 | 0.64 | 0 | 0.95 | 0.24 | 100.76 | 0.9 | 0.4 |
| Hex | 45 | C2 | A | 40 | 0 | 5F | 18 | 65 | 5A | 28 |
| Octal | 105 | 302 | 12 | 100 | 0 | 137 | 30 | 145 | 132 | 50 |
| Binary | 1000101 | 11000010 | 1010 | 1000000 | 0 | 1011111 | 11000 | 1100101 | 1011010 | 101000 |
Color Harmonies of #45C20A
Complementary color
Monochromatic Colors of #45C20A
Black with #45C20A
Text Example
Text Example
White with #45C20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C20A; }
p { color: rgb(69,194,10); }
H1.HeaderClassName
{
color: #45C20A;
}
.AnyTagClassName
{
color: #45C20A;
}
</style>
background-color css
<style>
a { background-color: #45C20A; }
a { background-color: rgb(69,194,10); }
div.DivClassName
{
background-color: #45C20A;
}
.BgClassName
{
background-color: #45C20A;
}
</style>
border-color css
<style>
span { border-color: #45C20A; }
span { border-color: rgb(69,194,10); }
td.TdClassName
{
border-color: #45C20A;
}
.TagClassName
{
border-color: #45C20A;
}
</style>