Shades of Kelly Green #45BC0F
Tints of Kelly Green #45BC0F
RGB
CMYK
RGB Variations
Color information
#45BC0F (or 0x45BC0F) is known color: Kelly Green. HEX triplet: 45, BC and 0F. RGB value is (69,188,15). Sum of RGB (Red+Green+Blue) = 69+188+15=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BC0F is #BA43F0. Grayscale: #858585. Windows color (decimal): -12207089 or 1031237. OLE color: 1031237.
HSL color Cylindrical-coordinate representation of color #45BC0F: hue angle of 101.27º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45BC0F is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 188 | 15 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.26 |
| HSL | 101.27º | 0.85% | 0.4% | - |
| HSV(B) | 101.27º | 0.92% | 0.74% | - |
| XYZ | 20.52 | 37.27 | 6.56 | - |
| YUV | 132.7 | 61.58 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 188 | 15 | 0.63 | 0 | 0.92 | 0.26 | 101.27 | 0.85 | 0.4 |
| Hex | 45 | BC | F | 3F | 0 | 5C | 1A | 65 | 55 | 28 |
| Octal | 105 | 274 | 17 | 77 | 0 | 134 | 32 | 145 | 125 | 50 |
| Binary | 1000101 | 10111100 | 1111 | 111111 | 0 | 1011100 | 11010 | 1100101 | 1010101 | 101000 |
Color Harmonies of #45BC0F
Complementary color
Monochromatic Colors of #45BC0F
Black with #45BC0F
Text Example
Text Example
White with #45BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BC0F; }
p { color: rgb(69,188,15); }
H1.HeaderClassName
{
color: #45BC0F;
}
.AnyTagClassName
{
color: #45BC0F;
}
</style>
background-color css
<style>
a { background-color: #45BC0F; }
a { background-color: rgb(69,188,15); }
div.DivClassName
{
background-color: #45BC0F;
}
.BgClassName
{
background-color: #45BC0F;
}
</style>
border-color css
<style>
span { border-color: #45BC0F; }
span { border-color: rgb(69,188,15); }
td.TdClassName
{
border-color: #45BC0F;
}
.TagClassName
{
border-color: #45BC0F;
}
</style>