Shades of Kelly Green #45D021
Tints of Kelly Green #45D021
RGB
CMYK
RGB Variations
Color information
#45D021 (or 0x45D021) is known color: Kelly Green. HEX triplet: 45, D0 and 21. RGB value is (69,208,33). Sum of RGB (Red+Green+Blue) = 69+208+33=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 33 (13.28% from 255 or 10.65% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #45D021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D021 is #BA2FDE. Grayscale: #939393. Windows color (decimal): -12201951 or 2216005. OLE color: 2216005.
HSL color Cylindrical-coordinate representation of color #45D021: hue angle of 107.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45D021 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 33 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.18 |
| HSL | 107.66º | 0.73% | 0.47% | - |
| HSV(B) | 107.66º | 0.84% | 0.82% | - |
| XYZ | 25.28 | 46.49 | 9.08 | - |
| YUV | 146.49 | 63.95 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 33 | 0.67 | 0 | 0.84 | 0.18 | 107.66 | 0.73 | 0.47 |
| Hex | 45 | D0 | 21 | 43 | 0 | 54 | 12 | 6C | 49 | 2F |
| Octal | 105 | 320 | 41 | 103 | 0 | 124 | 22 | 154 | 111 | 57 |
| Binary | 1000101 | 11010000 | 100001 | 1000011 | 0 | 1010100 | 10010 | 1101100 | 1001001 | 101111 |
Color Harmonies of #45D021
Complementary color
Monochromatic Colors of #45D021
Black with #45D021
Text Example
Text Example
White with #45D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D021; }
p { color: rgb(69,208,33); }
H1.HeaderClassName
{
color: #45D021;
}
.AnyTagClassName
{
color: #45D021;
}
</style>
background-color css
<style>
a { background-color: #45D021; }
a { background-color: rgb(69,208,33); }
div.DivClassName
{
background-color: #45D021;
}
.BgClassName
{
background-color: #45D021;
}
</style>
border-color css
<style>
span { border-color: #45D021; }
span { border-color: rgb(69,208,33); }
td.TdClassName
{
border-color: #45D021;
}
.TagClassName
{
border-color: #45D021;
}
</style>