Shades of Kelly Green #45D003
Tints of Kelly Green #45D003
RGB
CMYK
RGB Variations
Color information
#45D003 (or 0x45D003) is known color: Kelly Green. HEX triplet: 45, D0 and 03. RGB value is (69,208,3). Sum of RGB (Red+Green+Blue) = 69+208+3=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 208 (81.64% from 255 or 74.29% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 208 - color contains mainly: green. Hex color #45D003 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D003 is #BA2FFC. Grayscale: #8F8F8F. Windows color (decimal): -12201981 or 249925. OLE color: 249925.
HSL color Cylindrical-coordinate representation of color #45D003: hue angle of 100.68º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45D003 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 3 | - |
| CMYK | 0.67 | 0 | 0.99 | 0.18 |
| HSL | 100.68º | 0.97% | 0.41% | - |
| HSV(B) | 100.68º | 0.99% | 0.82% | - |
| XYZ | 25.03 | 46.38 | 7.72 | - |
| YUV | 143.07 | 48.95 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 3 | 0.67 | 0 | 0.99 | 0.18 | 100.68 | 0.97 | 0.41 |
| Hex | 45 | D0 | 3 | 43 | 0 | 63 | 12 | 65 | 61 | 29 |
| Octal | 105 | 320 | 3 | 103 | 0 | 143 | 22 | 145 | 141 | 51 |
| Binary | 1000101 | 11010000 | 11 | 1000011 | 0 | 1100011 | 10010 | 1100101 | 1100001 | 101001 |
Color Harmonies of #45D003
Complementary color
Monochromatic Colors of #45D003
Black with #45D003
Text Example
Text Example
White with #45D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D003; }
p { color: rgb(69,208,3); }
H1.HeaderClassName
{
color: #45D003;
}
.AnyTagClassName
{
color: #45D003;
}
</style>
background-color css
<style>
a { background-color: #45D003; }
a { background-color: rgb(69,208,3); }
div.DivClassName
{
background-color: #45D003;
}
.BgClassName
{
background-color: #45D003;
}
</style>
border-color css
<style>
span { border-color: #45D003; }
span { border-color: rgb(69,208,3); }
td.TdClassName
{
border-color: #45D003;
}
.TagClassName
{
border-color: #45D003;
}
</style>