Shades of Kelly Green #45DF13
Tints of Kelly Green #45DF13
RGB
CMYK
RGB Variations
Color information
#45DF13 (or 0x45DF13) is known color: Kelly Green. HEX triplet: 45, DF and 13. RGB value is (69,223,19). Sum of RGB (Red+Green+Blue) = 69+223+19=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 223 (87.5% from 255 or 71.70% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45DF13 is #BA20EC. Grayscale: #9A9A9A. Windows color (decimal): -12198125 or 1302341. OLE color: 1302341.
HSL color Cylindrical-coordinate representation of color #45DF13: hue angle of 105.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45DF13 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 19 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.13 |
| HSL | 105.29º | 0.84% | 0.47% | - |
| HSV(B) | 105.29º | 0.91% | 0.87% | - |
| XYZ | 28.96 | 54.09 | 9.53 | - |
| YUV | 153.7 | 51.98 | 67.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 19 | 0.69 | 0 | 0.91 | 0.13 | 105.29 | 0.84 | 0.47 |
| Hex | 45 | DF | 13 | 45 | 0 | 5B | D | 69 | 54 | 2F |
| Octal | 105 | 337 | 23 | 105 | 0 | 133 | 15 | 151 | 124 | 57 |
| Binary | 1000101 | 11011111 | 10011 | 1000101 | 0 | 1011011 | 1101 | 1101001 | 1010100 | 101111 |
Color Harmonies of #45DF13
Complementary color
Monochromatic Colors of #45DF13
Black with #45DF13
Text Example
Text Example
White with #45DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF13; }
p { color: rgb(69,223,19); }
H1.HeaderClassName
{
color: #45DF13;
}
.AnyTagClassName
{
color: #45DF13;
}
</style>
background-color css
<style>
a { background-color: #45DF13; }
a { background-color: rgb(69,223,19); }
div.DivClassName
{
background-color: #45DF13;
}
.BgClassName
{
background-color: #45DF13;
}
</style>
border-color css
<style>
span { border-color: #45DF13; }
span { border-color: rgb(69,223,19); }
td.TdClassName
{
border-color: #45DF13;
}
.TagClassName
{
border-color: #45DF13;
}
</style>