Shades of Kelly Green #45DA0D
Tints of Kelly Green #45DA0D
RGB
CMYK
RGB Variations
Color information
#45DA0D (or 0x45DA0D) is known color: Kelly Green. HEX triplet: 45, DA and 0D. RGB value is (69,218,13). Sum of RGB (Red+Green+Blue) = 69+218+13=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 218 (85.55% from 255 or 72.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DA0D is #BA25F2. Grayscale: #969696. Windows color (decimal): -12199411 or 907845. OLE color: 907845.
HSL color Cylindrical-coordinate representation of color #45DA0D: hue angle of 103.61º 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 #45DA0D is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 218 | 13 | - |
| CMYK | 0.68 | 0 | 0.94 | 0.15 |
| HSL | 103.61º | 0.89% | 0.45% | - |
| HSV(B) | 103.61º | 0.94% | 0.85% | - |
| XYZ | 27.6 | 51.44 | 8.85 | - |
| YUV | 150.08 | 50.64 | 70.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 218 | 13 | 0.68 | 0 | 0.94 | 0.15 | 103.61 | 0.89 | 0.45 |
| Hex | 45 | DA | D | 44 | 0 | 5E | F | 68 | 59 | 2D |
| Octal | 105 | 332 | 15 | 104 | 0 | 136 | 17 | 150 | 131 | 55 |
| Binary | 1000101 | 11011010 | 1101 | 1000100 | 0 | 1011110 | 1111 | 1101000 | 1011001 | 101101 |
Color Harmonies of #45DA0D
Complementary color
Monochromatic Colors of #45DA0D
Black with #45DA0D
Text Example
Text Example
White with #45DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DA0D; }
p { color: rgb(69,218,13); }
H1.HeaderClassName
{
color: #45DA0D;
}
.AnyTagClassName
{
color: #45DA0D;
}
</style>
background-color css
<style>
a { background-color: #45DA0D; }
a { background-color: rgb(69,218,13); }
div.DivClassName
{
background-color: #45DA0D;
}
.BgClassName
{
background-color: #45DA0D;
}
</style>
border-color css
<style>
span { border-color: #45DA0D; }
span { border-color: rgb(69,218,13); }
td.TdClassName
{
border-color: #45DA0D;
}
.TagClassName
{
border-color: #45DA0D;
}
</style>