Shades of Kelly Green #45C619
Tints of Kelly Green #45C619
RGB
CMYK
RGB Variations
Color information
#45C619 (or 0x45C619) is known color: Kelly Green. HEX triplet: 45, C6 and 19. RGB value is (69,198,25). Sum of RGB (Red+Green+Blue) = 69+198+25=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 198 (77.73% from 255 or 67.81% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 198 - color contains mainly: green. Hex color #45C619 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C619 is #BA39E6. Grayscale: #8C8C8C. Windows color (decimal): -12204519 or 1689157. OLE color: 1689157.
HSL color Cylindrical-coordinate representation of color #45C619: hue angle of 104.74º 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 #45C619 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 25 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.22 |
| HSL | 104.74º | 0.78% | 0.44% | - |
| HSV(B) | 104.74º | 0.87% | 0.78% | - |
| XYZ | 22.82 | 41.72 | 7.77 | - |
| YUV | 139.71 | 63.26 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 25 | 0.65 | 0 | 0.87 | 0.22 | 104.74 | 0.78 | 0.44 |
| Hex | 45 | C6 | 19 | 41 | 0 | 57 | 16 | 69 | 4E | 2C |
| Octal | 105 | 306 | 31 | 101 | 0 | 127 | 26 | 151 | 116 | 54 |
| Binary | 1000101 | 11000110 | 11001 | 1000001 | 0 | 1010111 | 10110 | 1101001 | 1001110 | 101100 |
Color Harmonies of #45C619
Complementary color
Monochromatic Colors of #45C619
Black with #45C619
Text Example
Text Example
White with #45C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C619; }
p { color: rgb(69,198,25); }
H1.HeaderClassName
{
color: #45C619;
}
.AnyTagClassName
{
color: #45C619;
}
</style>
background-color css
<style>
a { background-color: #45C619; }
a { background-color: rgb(69,198,25); }
div.DivClassName
{
background-color: #45C619;
}
.BgClassName
{
background-color: #45C619;
}
</style>
border-color css
<style>
span { border-color: #45C619; }
span { border-color: rgb(69,198,25); }
td.TdClassName
{
border-color: #45C619;
}
.TagClassName
{
border-color: #45C619;
}
</style>