Shades of Kelly Green #45C719
Tints of Kelly Green #45C719
RGB
CMYK
RGB Variations
Color information
#45C719 (or 0x45C719) is known color: Kelly Green. HEX triplet: 45, C7 and 19. RGB value is (69,199,25). Sum of RGB (Red+Green+Blue) = 69+199+25=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 199 (78.12% from 255 or 67.92% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 199 - color contains mainly: green. Hex color #45C719 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C719 is #BA38E6. Grayscale: #8C8C8C. Windows color (decimal): -12204263 or 1689413. OLE color: 1689413.
HSL color Cylindrical-coordinate representation of color #45C719: hue angle of 104.83º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45C719 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 25 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.22 |
| HSL | 104.83º | 0.78% | 0.44% | - |
| HSV(B) | 104.83º | 0.87% | 0.78% | - |
| XYZ | 23.05 | 42.18 | 7.85 | - |
| YUV | 140.29 | 62.93 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 25 | 0.65 | 0 | 0.87 | 0.22 | 104.83 | 0.78 | 0.44 |
| Hex | 45 | C7 | 19 | 41 | 0 | 57 | 16 | 69 | 4E | 2C |
| Octal | 105 | 307 | 31 | 101 | 0 | 127 | 26 | 151 | 116 | 54 |
| Binary | 1000101 | 11000111 | 11001 | 1000001 | 0 | 1010111 | 10110 | 1101001 | 1001110 | 101100 |
Color Harmonies of #45C719
Complementary color
Monochromatic Colors of #45C719
Black with #45C719
Text Example
Text Example
White with #45C719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C719; }
p { color: rgb(69,199,25); }
H1.HeaderClassName
{
color: #45C719;
}
.AnyTagClassName
{
color: #45C719;
}
</style>
background-color css
<style>
a { background-color: #45C719; }
a { background-color: rgb(69,199,25); }
div.DivClassName
{
background-color: #45C719;
}
.BgClassName
{
background-color: #45C719;
}
</style>
border-color css
<style>
span { border-color: #45C719; }
span { border-color: rgb(69,199,25); }
td.TdClassName
{
border-color: #45C719;
}
.TagClassName
{
border-color: #45C719;
}
</style>