Shades of Kelly Green #45B320
Tints of Kelly Green #45B320
RGB
CMYK
RGB Variations
Color information
#45B320 (or 0x45B320) is known color: Kelly Green. HEX triplet: 45, B3 and 20. RGB value is (69,179,32). Sum of RGB (Red+Green+Blue) = 69+179+32=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #45B320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B320 is #BA4CDF. Grayscale: #818181. Windows color (decimal): -12209376 or 2143045. OLE color: 2143045.
HSL color Cylindrical-coordinate representation of color #45B320: hue angle of 104.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45B320 is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 179 | 32 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.30 |
| HSL | 104.9º | 0.7% | 0.41% | - |
| HSV(B) | 104.9º | 0.82% | 0.7% | - |
| XYZ | 18.84 | 33.61 | 6.86 | - |
| YUV | 129.35 | 73.06 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 179 | 32 | 0.61 | 0 | 0.82 | 0.30 | 104.9 | 0.7 | 0.41 |
| Hex | 45 | B3 | 20 | 3D | 0 | 52 | 1E | 69 | 46 | 29 |
| Octal | 105 | 263 | 40 | 75 | 0 | 122 | 36 | 151 | 106 | 51 |
| Binary | 1000101 | 10110011 | 100000 | 111101 | 0 | 1010010 | 11110 | 1101001 | 1000110 | 101001 |
Color Harmonies of #45B320
Complementary color
Monochromatic Colors of #45B320
Black with #45B320
Text Example
Text Example
White with #45B320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B320; }
p { color: rgb(69,179,32); }
H1.HeaderClassName
{
color: #45B320;
}
.AnyTagClassName
{
color: #45B320;
}
</style>
background-color css
<style>
a { background-color: #45B320; }
a { background-color: rgb(69,179,32); }
div.DivClassName
{
background-color: #45B320;
}
.BgClassName
{
background-color: #45B320;
}
</style>
border-color css
<style>
span { border-color: #45B320; }
span { border-color: rgb(69,179,32); }
td.TdClassName
{
border-color: #45B320;
}
.TagClassName
{
border-color: #45B320;
}
</style>