Shades of Kelly Green #45C617
Tints of Kelly Green #45C617
RGB
CMYK
RGB Variations
Color information
#45C617 (or 0x45C617) is known color: Kelly Green. HEX triplet: 45, C6 and 17. RGB value is (69,198,23). Sum of RGB (Red+Green+Blue) = 69+198+23=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 198 (77.73% from 255 or 68.28% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 198 - color contains mainly: green. Hex color #45C617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C617 is #BA39E8. Grayscale: #8C8C8C. Windows color (decimal): -12204521 or 1558085. OLE color: 1558085.
HSL color Cylindrical-coordinate representation of color #45C617: hue angle of 104.23º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45C617 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 23 | - |
| CMYK | 0.65 | 0 | 0.88 | 0.22 |
| HSL | 104.23º | 0.79% | 0.43% | - |
| HSV(B) | 104.23º | 0.88% | 0.78% | - |
| XYZ | 22.8 | 41.72 | 7.66 | - |
| YUV | 139.48 | 62.26 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 23 | 0.65 | 0 | 0.88 | 0.22 | 104.23 | 0.79 | 0.43 |
| Hex | 45 | C6 | 17 | 41 | 0 | 58 | 16 | 68 | 4F | 2B |
| Octal | 105 | 306 | 27 | 101 | 0 | 130 | 26 | 150 | 117 | 53 |
| Binary | 1000101 | 11000110 | 10111 | 1000001 | 0 | 1011000 | 10110 | 1101000 | 1001111 | 101011 |
Color Harmonies of #45C617
Complementary color
Monochromatic Colors of #45C617
Black with #45C617
Text Example
Text Example
White with #45C617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C617; }
p { color: rgb(69,198,23); }
H1.HeaderClassName
{
color: #45C617;
}
.AnyTagClassName
{
color: #45C617;
}
</style>
background-color css
<style>
a { background-color: #45C617; }
a { background-color: rgb(69,198,23); }
div.DivClassName
{
background-color: #45C617;
}
.BgClassName
{
background-color: #45C617;
}
</style>
border-color css
<style>
span { border-color: #45C617; }
span { border-color: rgb(69,198,23); }
td.TdClassName
{
border-color: #45C617;
}
.TagClassName
{
border-color: #45C617;
}
</style>