Shades of Kelly Green #45C220
Tints of Kelly Green #45C220
RGB
CMYK
RGB Variations
Color information
#45C220 (or 0x45C220) is known color: Kelly Green. HEX triplet: 45, C2 and 20. RGB value is (69,194,32). Sum of RGB (Red+Green+Blue) = 69+194+32=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #45C220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C220 is #BA3DDF. Grayscale: #8A8A8A. Windows color (decimal): -12205536 or 2146885. OLE color: 2146885.
HSL color Cylindrical-coordinate representation of color #45C220: hue angle of 106.3º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45C220 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 32 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.24 |
| HSL | 106.3º | 0.72% | 0.44% | - |
| HSV(B) | 106.3º | 0.84% | 0.76% | - |
| XYZ | 22.01 | 39.95 | 7.92 | - |
| YUV | 138.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 32 | 0.64 | 0 | 0.84 | 0.24 | 106.3 | 0.72 | 0.44 |
| Hex | 45 | C2 | 20 | 40 | 0 | 54 | 18 | 6A | 48 | 2C |
| Octal | 105 | 302 | 40 | 100 | 0 | 124 | 30 | 152 | 110 | 54 |
| Binary | 1000101 | 11000010 | 100000 | 1000000 | 0 | 1010100 | 11000 | 1101010 | 1001000 | 101100 |
Color Harmonies of #45C220
Complementary color
Monochromatic Colors of #45C220
Black with #45C220
Text Example
Text Example
White with #45C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C220; }
p { color: rgb(69,194,32); }
H1.HeaderClassName
{
color: #45C220;
}
.AnyTagClassName
{
color: #45C220;
}
</style>
background-color css
<style>
a { background-color: #45C220; }
a { background-color: rgb(69,194,32); }
div.DivClassName
{
background-color: #45C220;
}
.BgClassName
{
background-color: #45C220;
}
</style>
border-color css
<style>
span { border-color: #45C220; }
span { border-color: rgb(69,194,32); }
td.TdClassName
{
border-color: #45C220;
}
.TagClassName
{
border-color: #45C220;
}
</style>