Shades of Kelly Green #45DD10
Tints of Kelly Green #45DD10
RGB
CMYK
RGB Variations
Color information
#45DD10 (or 0x45DD10) is known color: Kelly Green. HEX triplet: 45, DD and 10. RGB value is (69,221,16). Sum of RGB (Red+Green+Blue) = 69+221+16=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 16 (6.64% from 255 or 5.23% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DD10 is #BA22EF. Grayscale: #989898. Windows color (decimal): -12198640 or 1105221. OLE color: 1105221.
HSL color Cylindrical-coordinate representation of color #45DD10: hue angle of 104.49º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45DD10 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.13 |
| HSL | 104.49º | 0.86% | 0.46% | - |
| HSV(B) | 104.49º | 0.93% | 0.87% | - |
| XYZ | 28.4 | 53.02 | 9.23 | - |
| YUV | 152.18 | 51.14 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 16 | 0.69 | 0 | 0.93 | 0.13 | 104.49 | 0.86 | 0.46 |
| Hex | 45 | DD | 10 | 45 | 0 | 5D | D | 68 | 56 | 2E |
| Octal | 105 | 335 | 20 | 105 | 0 | 135 | 15 | 150 | 126 | 56 |
| Binary | 1000101 | 11011101 | 10000 | 1000101 | 0 | 1011101 | 1101 | 1101000 | 1010110 | 101110 |
Color Harmonies of #45DD10
Complementary color
Monochromatic Colors of #45DD10
Black with #45DD10
Text Example
Text Example
White with #45DD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD10; }
p { color: rgb(69,221,16); }
H1.HeaderClassName
{
color: #45DD10;
}
.AnyTagClassName
{
color: #45DD10;
}
</style>
background-color css
<style>
a { background-color: #45DD10; }
a { background-color: rgb(69,221,16); }
div.DivClassName
{
background-color: #45DD10;
}
.BgClassName
{
background-color: #45DD10;
}
</style>
border-color css
<style>
span { border-color: #45DD10; }
span { border-color: rgb(69,221,16); }
td.TdClassName
{
border-color: #45DD10;
}
.TagClassName
{
border-color: #45DD10;
}
</style>