Shades of Kelly Green #45BC2D
Tints of Kelly Green #45BC2D
RGB
CMYK
RGB Variations
Color information
#45BC2D (or 0x45BC2D) is known color: Kelly Green. HEX triplet: 45, BC and 2D. RGB value is (69,188,45). Sum of RGB (Red+Green+Blue) = 69+188+45=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC2D is #BA43D2. Grayscale: #888888. Windows color (decimal): -12207059 or 2997317. OLE color: 2997317.
HSL color Cylindrical-coordinate representation of color #45BC2D: hue angle of 109.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45BC2D is Cyan = 0.63, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 45 | - |
| CMYK | 0.63 | 0 | 0.76 | 0.26 |
| HSL | 109.93º | 0.61% | 0.46% | - |
| HSV(B) | 109.93º | 0.76% | 0.74% | - |
| XYZ | 20.91 | 37.42 | 8.6 | - |
| YUV | 136.12 | 76.58 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 45 | 0.63 | 0 | 0.76 | 0.26 | 109.93 | 0.61 | 0.46 |
| Hex | 45 | BC | 2D | 3F | 0 | 4C | 1A | 6E | 3D | 2E |
| Octal | 105 | 274 | 55 | 77 | 0 | 114 | 32 | 156 | 75 | 56 |
| Binary | 1000101 | 10111100 | 101101 | 111111 | 0 | 1001100 | 11010 | 1101110 | 111101 | 101110 |
Color Harmonies of #45BC2D
Complementary color
Monochromatic Colors of #45BC2D
Black with #45BC2D
Text Example
Text Example
White with #45BC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC2D; }
p { color: rgb(69,188,45); }
H1.HeaderClassName
{
color: #45BC2D;
}
.AnyTagClassName
{
color: #45BC2D;
}
</style>
background-color css
<style>
a { background-color: #45BC2D; }
a { background-color: rgb(69,188,45); }
div.DivClassName
{
background-color: #45BC2D;
}
.BgClassName
{
background-color: #45BC2D;
}
</style>
border-color css
<style>
span { border-color: #45BC2D; }
span { border-color: rgb(69,188,45); }
td.TdClassName
{
border-color: #45BC2D;
}
.TagClassName
{
border-color: #45BC2D;
}
</style>