Shades of Kelly Green #45C928
Tints of Kelly Green #45C928
RGB
CMYK
RGB Variations
Color information
#45C928 (or 0x45C928) is known color: Kelly Green. HEX triplet: 45, C9 and 28. RGB value is (69,201,40). Sum of RGB (Red+Green+Blue) = 69+201+40=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #45C928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C928 is #BA36D7. Grayscale: #8F8F8F. Windows color (decimal): -12203736 or 2672965. OLE color: 2672965.
HSL color Cylindrical-coordinate representation of color #45C928: hue angle of 109.19º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45C928 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 40 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.21 |
| HSL | 109.19º | 0.67% | 0.47% | - |
| HSV(B) | 109.19º | 0.8% | 0.79% | - |
| XYZ | 23.72 | 43.19 | 9.09 | - |
| YUV | 143.18 | 69.77 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 40 | 0.66 | 0 | 0.80 | 0.21 | 109.19 | 0.67 | 0.47 |
| Hex | 45 | C9 | 28 | 42 | 0 | 50 | 15 | 6D | 43 | 2F |
| Octal | 105 | 311 | 50 | 102 | 0 | 120 | 25 | 155 | 103 | 57 |
| Binary | 1000101 | 11001001 | 101000 | 1000010 | 0 | 1010000 | 10101 | 1101101 | 1000011 | 101111 |
Color Harmonies of #45C928
Complementary color
Monochromatic Colors of #45C928
Black with #45C928
Text Example
Text Example
White with #45C928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C928; }
p { color: rgb(69,201,40); }
H1.HeaderClassName
{
color: #45C928;
}
.AnyTagClassName
{
color: #45C928;
}
</style>
background-color css
<style>
a { background-color: #45C928; }
a { background-color: rgb(69,201,40); }
div.DivClassName
{
background-color: #45C928;
}
.BgClassName
{
background-color: #45C928;
}
</style>
border-color css
<style>
span { border-color: #45C928; }
span { border-color: rgb(69,201,40); }
td.TdClassName
{
border-color: #45C928;
}
.TagClassName
{
border-color: #45C928;
}
</style>