Shades of Kelly Green #45C018
Tints of Kelly Green #45C018
RGB
CMYK
RGB Variations
Color information
#45C018 (or 0x45C018) is known color: Kelly Green. HEX triplet: 45, C0 and 18. RGB value is (69,192,24). Sum of RGB (Red+Green+Blue) = 69+192+24=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #45C018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C018 is #BA3FE7. Grayscale: #888888. Windows color (decimal): -12206056 or 1622085. OLE color: 1622085.
HSL color Cylindrical-coordinate representation of color #45C018: hue angle of 103.93º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45C018 is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 24 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.25 |
| HSL | 103.93º | 0.78% | 0.42% | - |
| HSV(B) | 103.93º | 0.88% | 0.75% | - |
| XYZ | 21.47 | 39.03 | 7.27 | - |
| YUV | 136.07 | 64.75 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 24 | 0.64 | 0 | 0.88 | 0.25 | 103.93 | 0.78 | 0.42 |
| Hex | 45 | C0 | 18 | 40 | 0 | 58 | 19 | 68 | 4E | 2A |
| Octal | 105 | 300 | 30 | 100 | 0 | 130 | 31 | 150 | 116 | 52 |
| Binary | 1000101 | 11000000 | 11000 | 1000000 | 0 | 1011000 | 11001 | 1101000 | 1001110 | 101010 |
Color Harmonies of #45C018
Complementary color
Monochromatic Colors of #45C018
Black with #45C018
Text Example
Text Example
White with #45C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C018; }
p { color: rgb(69,192,24); }
H1.HeaderClassName
{
color: #45C018;
}
.AnyTagClassName
{
color: #45C018;
}
</style>
background-color css
<style>
a { background-color: #45C018; }
a { background-color: rgb(69,192,24); }
div.DivClassName
{
background-color: #45C018;
}
.BgClassName
{
background-color: #45C018;
}
</style>
border-color css
<style>
span { border-color: #45C018; }
span { border-color: rgb(69,192,24); }
td.TdClassName
{
border-color: #45C018;
}
.TagClassName
{
border-color: #45C018;
}
</style>