Shades of Kelly Green #45C22C
Tints of Kelly Green #45C22C
RGB
CMYK
RGB Variations
Color information
#45C22C (or 0x45C22C) is known color: Kelly Green. HEX triplet: 45, C2 and 2C. RGB value is (69,194,44). Sum of RGB (Red+Green+Blue) = 69+194+44=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 194 (76.17% from 255 or 63.19% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 194 - color contains mainly: green. Hex color #45C22C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C22C is #BA3DD3. Grayscale: #8C8C8C. Windows color (decimal): -12205524 or 2933317. OLE color: 2933317.
HSL color Cylindrical-coordinate representation of color #45C22C: hue angle of 110º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45C22C is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 44 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.24 |
| HSL | 110º | 0.63% | 0.47% | - |
| HSV(B) | 110º | 0.77% | 0.76% | - |
| XYZ | 22.2 | 40.03 | 8.94 | - |
| YUV | 139.53 | 74.09 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 44 | 0.64 | 0 | 0.77 | 0.24 | 110 | 0.63 | 0.47 |
| Hex | 45 | C2 | 2C | 40 | 0 | 4D | 18 | 6E | 3F | 2F |
| Octal | 105 | 302 | 54 | 100 | 0 | 115 | 30 | 156 | 77 | 57 |
| Binary | 1000101 | 11000010 | 101100 | 1000000 | 0 | 1001101 | 11000 | 1101110 | 111111 | 101111 |
Color Harmonies of #45C22C
Complementary color
Monochromatic Colors of #45C22C
Black with #45C22C
Text Example
Text Example
White with #45C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C22C; }
p { color: rgb(69,194,44); }
H1.HeaderClassName
{
color: #45C22C;
}
.AnyTagClassName
{
color: #45C22C;
}
</style>
background-color css
<style>
a { background-color: #45C22C; }
a { background-color: rgb(69,194,44); }
div.DivClassName
{
background-color: #45C22C;
}
.BgClassName
{
background-color: #45C22C;
}
</style>
border-color css
<style>
span { border-color: #45C22C; }
span { border-color: rgb(69,194,44); }
td.TdClassName
{
border-color: #45C22C;
}
.TagClassName
{
border-color: #45C22C;
}
</style>