Shades of Kelly Green #45C319
Tints of Kelly Green #45C319
RGB
CMYK
RGB Variations
Color information
#45C319 (or 0x45C319) is known color: Kelly Green. HEX triplet: 45, C3 and 19. RGB value is (69,195,25). Sum of RGB (Red+Green+Blue) = 69+195+25=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 195 (76.56% from 255 or 67.47% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 195 - color contains mainly: green. Hex color #45C319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C319 is #BA3CE6. Grayscale: #8A8A8A. Windows color (decimal): -12205287 or 1688389. OLE color: 1688389.
HSL color Cylindrical-coordinate representation of color #45C319: hue angle of 104.47º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #45C319 is Cyan = 0.65, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 25 | - |
| CMYK | 0.65 | 0 | 0.87 | 0.24 |
| HSL | 104.47º | 0.77% | 0.43% | - |
| HSV(B) | 104.47º | 0.87% | 0.76% | - |
| XYZ | 22.14 | 40.37 | 7.54 | - |
| YUV | 137.95 | 64.26 | 78.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 25 | 0.65 | 0 | 0.87 | 0.24 | 104.47 | 0.77 | 0.43 |
| Hex | 45 | C3 | 19 | 41 | 0 | 57 | 18 | 68 | 4D | 2B |
| Octal | 105 | 303 | 31 | 101 | 0 | 127 | 30 | 150 | 115 | 53 |
| Binary | 1000101 | 11000011 | 11001 | 1000001 | 0 | 1010111 | 11000 | 1101000 | 1001101 | 101011 |
Color Harmonies of #45C319
Complementary color
Monochromatic Colors of #45C319
Black with #45C319
Text Example
Text Example
White with #45C319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C319; }
p { color: rgb(69,195,25); }
H1.HeaderClassName
{
color: #45C319;
}
.AnyTagClassName
{
color: #45C319;
}
</style>
background-color css
<style>
a { background-color: #45C319; }
a { background-color: rgb(69,195,25); }
div.DivClassName
{
background-color: #45C319;
}
.BgClassName
{
background-color: #45C319;
}
</style>
border-color css
<style>
span { border-color: #45C319; }
span { border-color: rgb(69,195,25); }
td.TdClassName
{
border-color: #45C319;
}
.TagClassName
{
border-color: #45C319;
}
</style>