Shades of Kelly Green #45BF18
Tints of Kelly Green #45BF18
RGB
CMYK
RGB Variations
Color information
#45BF18 (or 0x45BF18) is known color: Kelly Green. HEX triplet: 45, BF and 18. RGB value is (69,191,24). Sum of RGB (Red+Green+Blue) = 69+191+24=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45BF18 is #BA40E7. Grayscale: #888888. Windows color (decimal): -12206312 or 1621829. OLE color: 1621829.
HSL color Cylindrical-coordinate representation of color #45BF18: hue angle of 103.83º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45BF18 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 24 | - |
| CMYK | 0.64 | 0 | 0.87 | 0.25 |
| HSL | 103.83º | 0.78% | 0.42% | - |
| HSV(B) | 103.83º | 0.87% | 0.75% | - |
| XYZ | 21.25 | 38.59 | 7.19 | - |
| YUV | 135.48 | 65.08 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 24 | 0.64 | 0 | 0.87 | 0.25 | 103.83 | 0.78 | 0.42 |
| Hex | 45 | BF | 18 | 40 | 0 | 57 | 19 | 68 | 4E | 2A |
| Octal | 105 | 277 | 30 | 100 | 0 | 127 | 31 | 150 | 116 | 52 |
| Binary | 1000101 | 10111111 | 11000 | 1000000 | 0 | 1010111 | 11001 | 1101000 | 1001110 | 101010 |
Color Harmonies of #45BF18
Complementary color
Monochromatic Colors of #45BF18
Black with #45BF18
Text Example
Text Example
White with #45BF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF18; }
p { color: rgb(69,191,24); }
H1.HeaderClassName
{
color: #45BF18;
}
.AnyTagClassName
{
color: #45BF18;
}
</style>
background-color css
<style>
a { background-color: #45BF18; }
a { background-color: rgb(69,191,24); }
div.DivClassName
{
background-color: #45BF18;
}
.BgClassName
{
background-color: #45BF18;
}
</style>
border-color css
<style>
span { border-color: #45BF18; }
span { border-color: rgb(69,191,24); }
td.TdClassName
{
border-color: #45BF18;
}
.TagClassName
{
border-color: #45BF18;
}
</style>