Shades of Kelly Green #45C728
Tints of Kelly Green #45C728
RGB
CMYK
RGB Variations
Color information
#45C728 (or 0x45C728) is known color: Kelly Green. HEX triplet: 45, C7 and 28. RGB value is (69,199,40). Sum of RGB (Red+Green+Blue) = 69+199+40=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 199 (78.12% from 255 or 64.61% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 199 - color contains mainly: green. Hex color #45C728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C728 is #BA38D7. Grayscale: #8E8E8E. Windows color (decimal): -12204248 or 2672453. OLE color: 2672453.
HSL color Cylindrical-coordinate representation of color #45C728: hue angle of 109.06º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45C728 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 40 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.22 |
| HSL | 109.06º | 0.67% | 0.47% | - |
| HSV(B) | 109.06º | 0.8% | 0.78% | - |
| XYZ | 23.26 | 42.27 | 8.94 | - |
| YUV | 142 | 70.43 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 40 | 0.65 | 0 | 0.80 | 0.22 | 109.06 | 0.67 | 0.47 |
| Hex | 45 | C7 | 28 | 41 | 0 | 50 | 16 | 6D | 43 | 2F |
| Octal | 105 | 307 | 50 | 101 | 0 | 120 | 26 | 155 | 103 | 57 |
| Binary | 1000101 | 11000111 | 101000 | 1000001 | 0 | 1010000 | 10110 | 1101101 | 1000011 | 101111 |
Color Harmonies of #45C728
Complementary color
Monochromatic Colors of #45C728
Black with #45C728
Text Example
Text Example
White with #45C728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C728; }
p { color: rgb(69,199,40); }
H1.HeaderClassName
{
color: #45C728;
}
.AnyTagClassName
{
color: #45C728;
}
</style>
background-color css
<style>
a { background-color: #45C728; }
a { background-color: rgb(69,199,40); }
div.DivClassName
{
background-color: #45C728;
}
.BgClassName
{
background-color: #45C728;
}
</style>
border-color css
<style>
span { border-color: #45C728; }
span { border-color: rgb(69,199,40); }
td.TdClassName
{
border-color: #45C728;
}
.TagClassName
{
border-color: #45C728;
}
</style>