Shades of Kelly Green #45C016
Tints of Kelly Green #45C016
RGB
CMYK
RGB Variations
Color information
#45C016 (or 0x45C016) is known color: Kelly Green. HEX triplet: 45, C0 and 16. RGB value is (69,192,22). Sum of RGB (Red+Green+Blue) = 69+192+22=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #45C016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C016 is #BA3FE9. Grayscale: #888888. Windows color (decimal): -12206058 or 1491013. OLE color: 1491013.
HSL color Cylindrical-coordinate representation of color #45C016: hue angle of 103.41º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #45C016 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 22 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.25 |
| HSL | 103.41º | 0.79% | 0.42% | - |
| HSV(B) | 103.41º | 0.89% | 0.75% | - |
| XYZ | 21.45 | 39.02 | 7.16 | - |
| YUV | 135.84 | 63.75 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 22 | 0.64 | 0 | 0.89 | 0.25 | 103.41 | 0.79 | 0.42 |
| Hex | 45 | C0 | 16 | 40 | 0 | 59 | 19 | 67 | 4F | 2A |
| Octal | 105 | 300 | 26 | 100 | 0 | 131 | 31 | 147 | 117 | 52 |
| Binary | 1000101 | 11000000 | 10110 | 1000000 | 0 | 1011001 | 11001 | 1100111 | 1001111 | 101010 |
Color Harmonies of #45C016
Complementary color
Monochromatic Colors of #45C016
Black with #45C016
Text Example
Text Example
White with #45C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C016; }
p { color: rgb(69,192,22); }
H1.HeaderClassName
{
color: #45C016;
}
.AnyTagClassName
{
color: #45C016;
}
</style>
background-color css
<style>
a { background-color: #45C016; }
a { background-color: rgb(69,192,22); }
div.DivClassName
{
background-color: #45C016;
}
.BgClassName
{
background-color: #45C016;
}
</style>
border-color css
<style>
span { border-color: #45C016; }
span { border-color: rgb(69,192,22); }
td.TdClassName
{
border-color: #45C016;
}
.TagClassName
{
border-color: #45C016;
}
</style>