Shades of Kelly Green #45BF0E
Tints of Kelly Green #45BF0E
RGB
CMYK
RGB Variations
Color information
#45BF0E (or 0x45BF0E) is known color: Kelly Green. HEX triplet: 45, BF and 0E. RGB value is (69,191,14). Sum of RGB (Red+Green+Blue) = 69+191+14=274 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.18% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BF0E is #BA40F1. Grayscale: #868686. Windows color (decimal): -12206322 or 966469. OLE color: 966469.
HSL color Cylindrical-coordinate representation of color #45BF0E: hue angle of 101.36º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45BF0E is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 14 | - |
| CMYK | 0.64 | 0 | 0.93 | 0.25 |
| HSL | 101.36º | 0.86% | 0.4% | - |
| HSV(B) | 101.36º | 0.93% | 0.75% | - |
| XYZ | 21.16 | 38.56 | 6.74 | - |
| YUV | 134.34 | 60.08 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 14 | 0.64 | 0 | 0.93 | 0.25 | 101.36 | 0.86 | 0.4 |
| Hex | 45 | BF | E | 40 | 0 | 5D | 19 | 65 | 56 | 28 |
| Octal | 105 | 277 | 16 | 100 | 0 | 135 | 31 | 145 | 126 | 50 |
| Binary | 1000101 | 10111111 | 1110 | 1000000 | 0 | 1011101 | 11001 | 1100101 | 1010110 | 101000 |
Color Harmonies of #45BF0E
Complementary color
Monochromatic Colors of #45BF0E
Black with #45BF0E
Text Example
Text Example
White with #45BF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF0E; }
p { color: rgb(69,191,14); }
H1.HeaderClassName
{
color: #45BF0E;
}
.AnyTagClassName
{
color: #45BF0E;
}
</style>
background-color css
<style>
a { background-color: #45BF0E; }
a { background-color: rgb(69,191,14); }
div.DivClassName
{
background-color: #45BF0E;
}
.BgClassName
{
background-color: #45BF0E;
}
</style>
border-color css
<style>
span { border-color: #45BF0E; }
span { border-color: rgb(69,191,14); }
td.TdClassName
{
border-color: #45BF0E;
}
.TagClassName
{
border-color: #45BF0E;
}
</style>