Shades of Kelly Green #45BF24
Tints of Kelly Green #45BF24
RGB
CMYK
RGB Variations
Color information
#45BF24 (or 0x45BF24) is known color: Kelly Green. HEX triplet: 45, BF and 24. RGB value is (69,191,36). Sum of RGB (Red+Green+Blue) = 69+191+36=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 191 (75% from 255 or 64.53% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BF24 is #BA40DB. Grayscale: #898989. Windows color (decimal): -12206300 or 2408261. OLE color: 2408261.
HSL color Cylindrical-coordinate representation of color #45BF24: hue angle of 107.23º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45BF24 is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 36 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.25 |
| HSL | 107.23º | 0.68% | 0.45% | - |
| HSV(B) | 107.23º | 0.81% | 0.75% | - |
| XYZ | 21.4 | 38.65 | 8 | - |
| YUV | 136.85 | 71.08 | 79.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 36 | 0.64 | 0 | 0.81 | 0.25 | 107.23 | 0.68 | 0.45 |
| Hex | 45 | BF | 24 | 40 | 0 | 51 | 19 | 6B | 44 | 2D |
| Octal | 105 | 277 | 44 | 100 | 0 | 121 | 31 | 153 | 104 | 55 |
| Binary | 1000101 | 10111111 | 100100 | 1000000 | 0 | 1010001 | 11001 | 1101011 | 1000100 | 101101 |
Color Harmonies of #45BF24
Complementary color
Monochromatic Colors of #45BF24
Black with #45BF24
Text Example
Text Example
White with #45BF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF24; }
p { color: rgb(69,191,36); }
H1.HeaderClassName
{
color: #45BF24;
}
.AnyTagClassName
{
color: #45BF24;
}
</style>
background-color css
<style>
a { background-color: #45BF24; }
a { background-color: rgb(69,191,36); }
div.DivClassName
{
background-color: #45BF24;
}
.BgClassName
{
background-color: #45BF24;
}
</style>
border-color css
<style>
span { border-color: #45BF24; }
span { border-color: rgb(69,191,36); }
td.TdClassName
{
border-color: #45BF24;
}
.TagClassName
{
border-color: #45BF24;
}
</style>