Shades of Kelly Green #45BF0F
Tints of Kelly Green #45BF0F
RGB
CMYK
RGB Variations
Color information
#45BF0F (or 0x45BF0F) is known color: Kelly Green. HEX triplet: 45, BF and 0F. RGB value is (69,191,15). Sum of RGB (Red+Green+Blue) = 69+191+15=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 191 (75% from 255 or 69.45% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BF0F is #BA40F0. Grayscale: #878787. Windows color (decimal): -12206321 or 1032005. OLE color: 1032005.
HSL color Cylindrical-coordinate representation of color #45BF0F: hue angle of 101.59º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45BF0F is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 15 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.25 |
| HSL | 101.59º | 0.85% | 0.4% | - |
| HSV(B) | 101.59º | 0.92% | 0.75% | - |
| XYZ | 21.17 | 38.56 | 6.78 | - |
| YUV | 134.46 | 60.58 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 15 | 0.64 | 0 | 0.92 | 0.25 | 101.59 | 0.85 | 0.4 |
| Hex | 45 | BF | F | 40 | 0 | 5C | 19 | 66 | 55 | 28 |
| Octal | 105 | 277 | 17 | 100 | 0 | 134 | 31 | 146 | 125 | 50 |
| Binary | 1000101 | 10111111 | 1111 | 1000000 | 0 | 1011100 | 11001 | 1100110 | 1010101 | 101000 |
Color Harmonies of #45BF0F
Complementary color
Monochromatic Colors of #45BF0F
Black with #45BF0F
Text Example
Text Example
White with #45BF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF0F; }
p { color: rgb(69,191,15); }
H1.HeaderClassName
{
color: #45BF0F;
}
.AnyTagClassName
{
color: #45BF0F;
}
</style>
background-color css
<style>
a { background-color: #45BF0F; }
a { background-color: rgb(69,191,15); }
div.DivClassName
{
background-color: #45BF0F;
}
.BgClassName
{
background-color: #45BF0F;
}
</style>
border-color css
<style>
span { border-color: #45BF0F; }
span { border-color: rgb(69,191,15); }
td.TdClassName
{
border-color: #45BF0F;
}
.TagClassName
{
border-color: #45BF0F;
}
</style>