Shades of Kelly Green #45B72D
Tints of Kelly Green #45B72D
RGB
CMYK
RGB Variations
Color information
#45B72D (or 0x45B72D) is known color: Kelly Green. HEX triplet: 45, B7 and 2D. RGB value is (69,183,45). Sum of RGB (Red+Green+Blue) = 69+183+45=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #45B72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B72D is #BA48D2. Grayscale: #858585. Windows color (decimal): -12208339 or 2996037. OLE color: 2996037.
HSL color Cylindrical-coordinate representation of color #45B72D: hue angle of 109.57º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45B72D is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 183 | 45 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.28 |
| HSL | 109.57º | 0.61% | 0.45% | - |
| HSV(B) | 109.57º | 0.75% | 0.72% | - |
| XYZ | 19.86 | 35.32 | 8.25 | - |
| YUV | 133.18 | 78.23 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 183 | 45 | 0.62 | 0 | 0.75 | 0.28 | 109.57 | 0.61 | 0.45 |
| Hex | 45 | B7 | 2D | 3E | 0 | 4B | 1C | 6E | 3D | 2D |
| Octal | 105 | 267 | 55 | 76 | 0 | 113 | 34 | 156 | 75 | 55 |
| Binary | 1000101 | 10110111 | 101101 | 111110 | 0 | 1001011 | 11100 | 1101110 | 111101 | 101101 |
Color Harmonies of #45B72D
Complementary color
Monochromatic Colors of #45B72D
Black with #45B72D
Text Example
Text Example
White with #45B72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B72D; }
p { color: rgb(69,183,45); }
H1.HeaderClassName
{
color: #45B72D;
}
.AnyTagClassName
{
color: #45B72D;
}
</style>
background-color css
<style>
a { background-color: #45B72D; }
a { background-color: rgb(69,183,45); }
div.DivClassName
{
background-color: #45B72D;
}
.BgClassName
{
background-color: #45B72D;
}
</style>
border-color css
<style>
span { border-color: #45B72D; }
span { border-color: rgb(69,183,45); }
td.TdClassName
{
border-color: #45B72D;
}
.TagClassName
{
border-color: #45B72D;
}
</style>