Shades of Kelly Green #45B519
Tints of Kelly Green #45B519
RGB
CMYK
RGB Variations
Color information
#45B519 (or 0x45B519) is known color: Kelly Green. HEX triplet: 45, B5 and 19. RGB value is (69,181,25). Sum of RGB (Red+Green+Blue) = 69+181+25=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 181 (71.09% from 255 or 65.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 181 - color contains mainly: green. Hex color #45B519 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45B519 is #BA4AE6. Grayscale: #828282. Windows color (decimal): -12208871 or 1684805. OLE color: 1684805.
HSL color Cylindrical-coordinate representation of color #45B519: hue angle of 103.08º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45B519 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 181 | 25 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.29 |
| HSL | 103.08º | 0.76% | 0.4% | - |
| HSV(B) | 103.08º | 0.86% | 0.71% | - |
| XYZ | 19.15 | 34.38 | 6.55 | - |
| YUV | 129.73 | 68.89 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 181 | 25 | 0.62 | 0 | 0.86 | 0.29 | 103.08 | 0.76 | 0.4 |
| Hex | 45 | B5 | 19 | 3E | 0 | 56 | 1D | 67 | 4C | 28 |
| Octal | 105 | 265 | 31 | 76 | 0 | 126 | 35 | 147 | 114 | 50 |
| Binary | 1000101 | 10110101 | 11001 | 111110 | 0 | 1010110 | 11101 | 1100111 | 1001100 | 101000 |
Color Harmonies of #45B519
Complementary color
Monochromatic Colors of #45B519
Black with #45B519
Text Example
Text Example
White with #45B519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B519; }
p { color: rgb(69,181,25); }
H1.HeaderClassName
{
color: #45B519;
}
.AnyTagClassName
{
color: #45B519;
}
</style>
background-color css
<style>
a { background-color: #45B519; }
a { background-color: rgb(69,181,25); }
div.DivClassName
{
background-color: #45B519;
}
.BgClassName
{
background-color: #45B519;
}
</style>
border-color css
<style>
span { border-color: #45B519; }
span { border-color: rgb(69,181,25); }
td.TdClassName
{
border-color: #45B519;
}
.TagClassName
{
border-color: #45B519;
}
</style>