Shades of Kelly Green #45D119
Tints of Kelly Green #45D119
RGB
CMYK
RGB Variations
Color information
#45D119 (or 0x45D119) is known color: Kelly Green. HEX triplet: 45, D1 and 19. RGB value is (69,209,25). Sum of RGB (Red+Green+Blue) = 69+209+25=303 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.77% from 303); Green value is 209 (82.03% from 255 or 68.98% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 209 - color contains mainly: green. Hex color #45D119 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D119 is #BA2EE6. Grayscale: #929292. Windows color (decimal): -12201703 or 1691973. OLE color: 1691973.
HSL color Cylindrical-coordinate representation of color #45D119: hue angle of 105.65º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45D119 is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 209 | 25 | - |
| CMYK | 0.67 | 0 | 0.88 | 0.18 |
| HSL | 105.65º | 0.79% | 0.46% | - |
| HSV(B) | 105.65º | 0.88% | 0.82% | - |
| XYZ | 25.43 | 46.94 | 8.64 | - |
| YUV | 146.16 | 59.62 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 209 | 25 | 0.67 | 0 | 0.88 | 0.18 | 105.65 | 0.79 | 0.46 |
| Hex | 45 | D1 | 19 | 43 | 0 | 58 | 12 | 6A | 4F | 2E |
| Octal | 105 | 321 | 31 | 103 | 0 | 130 | 22 | 152 | 117 | 56 |
| Binary | 1000101 | 11010001 | 11001 | 1000011 | 0 | 1011000 | 10010 | 1101010 | 1001111 | 101110 |
Color Harmonies of #45D119
Complementary color
Monochromatic Colors of #45D119
Black with #45D119
Text Example
Text Example
White with #45D119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D119; }
p { color: rgb(69,209,25); }
H1.HeaderClassName
{
color: #45D119;
}
.AnyTagClassName
{
color: #45D119;
}
</style>
background-color css
<style>
a { background-color: #45D119; }
a { background-color: rgb(69,209,25); }
div.DivClassName
{
background-color: #45D119;
}
.BgClassName
{
background-color: #45D119;
}
</style>
border-color css
<style>
span { border-color: #45D119; }
span { border-color: rgb(69,209,25); }
td.TdClassName
{
border-color: #45D119;
}
.TagClassName
{
border-color: #45D119;
}
</style>