Shades of Kelly Green #45D616
Tints of Kelly Green #45D616
RGB
CMYK
RGB Variations
Color information
#45D616 (or 0x45D616) is known color: Kelly Green. HEX triplet: 45, D6 and 16. RGB value is (69,214,22). Sum of RGB (Red+Green+Blue) = 69+214+22=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 214 (83.98% from 255 or 70.16% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 214 - color contains mainly: green. Hex color #45D616 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D616 is #BA29E9. Grayscale: #959595. Windows color (decimal): -12200426 or 1496645. OLE color: 1496645.
HSL color Cylindrical-coordinate representation of color #45D616: hue angle of 105.31º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45D616 is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 22 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.16 |
| HSL | 105.31º | 0.81% | 0.46% | - |
| HSV(B) | 105.31º | 0.9% | 0.84% | - |
| XYZ | 26.65 | 49.42 | 8.89 | - |
| YUV | 148.76 | 56.46 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 22 | 0.68 | 0 | 0.90 | 0.16 | 105.31 | 0.81 | 0.46 |
| Hex | 45 | D6 | 16 | 44 | 0 | 5A | 10 | 69 | 51 | 2E |
| Octal | 105 | 326 | 26 | 104 | 0 | 132 | 20 | 151 | 121 | 56 |
| Binary | 1000101 | 11010110 | 10110 | 1000100 | 0 | 1011010 | 10000 | 1101001 | 1010001 | 101110 |
Color Harmonies of #45D616
Complementary color
Monochromatic Colors of #45D616
Black with #45D616
Text Example
Text Example
White with #45D616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D616; }
p { color: rgb(69,214,22); }
H1.HeaderClassName
{
color: #45D616;
}
.AnyTagClassName
{
color: #45D616;
}
</style>
background-color css
<style>
a { background-color: #45D616; }
a { background-color: rgb(69,214,22); }
div.DivClassName
{
background-color: #45D616;
}
.BgClassName
{
background-color: #45D616;
}
</style>
border-color css
<style>
span { border-color: #45D616; }
span { border-color: rgb(69,214,22); }
td.TdClassName
{
border-color: #45D616;
}
.TagClassName
{
border-color: #45D616;
}
</style>