Shades of Kelly Green #45D006
Tints of Kelly Green #45D006
RGB
CMYK
RGB Variations
Color information
#45D006 (or 0x45D006) is known color: Kelly Green. HEX triplet: 45, D0 and 06. RGB value is (69,208,6). Sum of RGB (Red+Green+Blue) = 69+208+6=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 208 (81.64% from 255 or 73.50% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 208 - color contains mainly: green. Hex color #45D006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D006 is #BA2FF9. Grayscale: #909090. Windows color (decimal): -12201978 or 446533. OLE color: 446533.
HSL color Cylindrical-coordinate representation of color #45D006: hue angle of 101.29º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #45D006 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 6 | - |
| CMYK | 0.67 | 0 | 0.97 | 0.18 |
| HSL | 101.29º | 0.94% | 0.42% | - |
| HSV(B) | 101.29º | 0.97% | 0.82% | - |
| XYZ | 25.04 | 46.39 | 7.81 | - |
| YUV | 143.41 | 50.45 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 6 | 0.67 | 0 | 0.97 | 0.18 | 101.29 | 0.94 | 0.42 |
| Hex | 45 | D0 | 6 | 43 | 0 | 61 | 12 | 65 | 5E | 2A |
| Octal | 105 | 320 | 6 | 103 | 0 | 141 | 22 | 145 | 136 | 52 |
| Binary | 1000101 | 11010000 | 110 | 1000011 | 0 | 1100001 | 10010 | 1100101 | 1011110 | 101010 |
Color Harmonies of #45D006
Complementary color
Monochromatic Colors of #45D006
Black with #45D006
Text Example
Text Example
White with #45D006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D006; }
p { color: rgb(69,208,6); }
H1.HeaderClassName
{
color: #45D006;
}
.AnyTagClassName
{
color: #45D006;
}
</style>
background-color css
<style>
a { background-color: #45D006; }
a { background-color: rgb(69,208,6); }
div.DivClassName
{
background-color: #45D006;
}
.BgClassName
{
background-color: #45D006;
}
</style>
border-color css
<style>
span { border-color: #45D006; }
span { border-color: rgb(69,208,6); }
td.TdClassName
{
border-color: #45D006;
}
.TagClassName
{
border-color: #45D006;
}
</style>