Shades of Kelly Green #45D90D
Tints of Kelly Green #45D90D
RGB
CMYK
RGB Variations
Color information
#45D90D (or 0x45D90D) is known color: Kelly Green. HEX triplet: 45, D9 and 0D. RGB value is (69,217,13). Sum of RGB (Red+Green+Blue) = 69+217+13=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 217 (85.16% from 255 or 72.58% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 217 - color contains mainly: green. Hex color #45D90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D90D is #BA26F2. Grayscale: #969696. Windows color (decimal): -12199667 or 907589. OLE color: 907589.
HSL color Cylindrical-coordinate representation of color #45D90D: hue angle of 103.53º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #45D90D is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 13 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.15 |
| HSL | 103.53º | 0.89% | 0.45% | - |
| HSV(B) | 103.53º | 0.94% | 0.85% | - |
| XYZ | 27.34 | 50.92 | 8.77 | - |
| YUV | 149.49 | 50.97 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 13 | 0.68 | 0 | 0.94 | 0.15 | 103.53 | 0.89 | 0.45 |
| Hex | 45 | D9 | D | 44 | 0 | 5E | F | 68 | 59 | 2D |
| Octal | 105 | 331 | 15 | 104 | 0 | 136 | 17 | 150 | 131 | 55 |
| Binary | 1000101 | 11011001 | 1101 | 1000100 | 0 | 1011110 | 1111 | 1101000 | 1011001 | 101101 |
Color Harmonies of #45D90D
Complementary color
Monochromatic Colors of #45D90D
Black with #45D90D
Text Example
Text Example
White with #45D90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D90D; }
p { color: rgb(69,217,13); }
H1.HeaderClassName
{
color: #45D90D;
}
.AnyTagClassName
{
color: #45D90D;
}
</style>
background-color css
<style>
a { background-color: #45D90D; }
a { background-color: rgb(69,217,13); }
div.DivClassName
{
background-color: #45D90D;
}
.BgClassName
{
background-color: #45D90D;
}
</style>
border-color css
<style>
span { border-color: #45D90D; }
span { border-color: rgb(69,217,13); }
td.TdClassName
{
border-color: #45D90D;
}
.TagClassName
{
border-color: #45D90D;
}
</style>