Shades of Kelly Green #45BA2D
Tints of Kelly Green #45BA2D
RGB
CMYK
RGB Variations
Color information
#45BA2D (or 0x45BA2D) is known color: Kelly Green. HEX triplet: 45, BA and 2D. RGB value is (69,186,45). Sum of RGB (Red+Green+Blue) = 69+186+45=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA2D is #BA45D2. Grayscale: #878787. Windows color (decimal): -12207571 or 2996805. OLE color: 2996805.
HSL color Cylindrical-coordinate representation of color #45BA2D: hue angle of 109.79º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45BA2D is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 45 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.27 |
| HSL | 109.79º | 0.61% | 0.45% | - |
| HSV(B) | 109.79º | 0.76% | 0.73% | - |
| XYZ | 20.49 | 36.57 | 8.46 | - |
| YUV | 134.94 | 77.24 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 45 | 0.63 | 0 | 0.76 | 0.27 | 109.79 | 0.61 | 0.45 |
| Hex | 45 | BA | 2D | 3F | 0 | 4C | 1B | 6E | 3D | 2D |
| Octal | 105 | 272 | 55 | 77 | 0 | 114 | 33 | 156 | 75 | 55 |
| Binary | 1000101 | 10111010 | 101101 | 111111 | 0 | 1001100 | 11011 | 1101110 | 111101 | 101101 |
Color Harmonies of #45BA2D
Complementary color
Monochromatic Colors of #45BA2D
Black with #45BA2D
Text Example
Text Example
White with #45BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA2D; }
p { color: rgb(69,186,45); }
H1.HeaderClassName
{
color: #45BA2D;
}
.AnyTagClassName
{
color: #45BA2D;
}
</style>
background-color css
<style>
a { background-color: #45BA2D; }
a { background-color: rgb(69,186,45); }
div.DivClassName
{
background-color: #45BA2D;
}
.BgClassName
{
background-color: #45BA2D;
}
</style>
border-color css
<style>
span { border-color: #45BA2D; }
span { border-color: rgb(69,186,45); }
td.TdClassName
{
border-color: #45BA2D;
}
.TagClassName
{
border-color: #45BA2D;
}
</style>