Shades of Kelly Green #45C02D
Tints of Kelly Green #45C02D
RGB
CMYK
RGB Variations
Color information
#45C02D (or 0x45C02D) is known color: Kelly Green. HEX triplet: 45, C0 and 2D. RGB value is (69,192,45). Sum of RGB (Red+Green+Blue) = 69+192+45=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 192 (75.39% from 255 or 62.75% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 192 - color contains mainly: green. Hex color #45C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C02D is #BA3FD2. Grayscale: #8A8A8A. Windows color (decimal): -12206035 or 2998341. OLE color: 2998341.
HSL color Cylindrical-coordinate representation of color #45C02D: hue angle of 110.2º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45C02D is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 45 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.25 |
| HSL | 110.2º | 0.62% | 0.46% | - |
| HSV(B) | 110.2º | 0.77% | 0.75% | - |
| XYZ | 21.78 | 39.15 | 8.89 | - |
| YUV | 138.47 | 75.25 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 45 | 0.64 | 0 | 0.77 | 0.25 | 110.2 | 0.62 | 0.46 |
| Hex | 45 | C0 | 2D | 40 | 0 | 4D | 19 | 6E | 3E | 2E |
| Octal | 105 | 300 | 55 | 100 | 0 | 115 | 31 | 156 | 76 | 56 |
| Binary | 1000101 | 11000000 | 101101 | 1000000 | 0 | 1001101 | 11001 | 1101110 | 111110 | 101110 |
Color Harmonies of #45C02D
Complementary color
Monochromatic Colors of #45C02D
Black with #45C02D
Text Example
Text Example
White with #45C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C02D; }
p { color: rgb(69,192,45); }
H1.HeaderClassName
{
color: #45C02D;
}
.AnyTagClassName
{
color: #45C02D;
}
</style>
background-color css
<style>
a { background-color: #45C02D; }
a { background-color: rgb(69,192,45); }
div.DivClassName
{
background-color: #45C02D;
}
.BgClassName
{
background-color: #45C02D;
}
</style>
border-color css
<style>
span { border-color: #45C02D; }
span { border-color: rgb(69,192,45); }
td.TdClassName
{
border-color: #45C02D;
}
.TagClassName
{
border-color: #45C02D;
}
</style>