Shades of Kelly Green #45D30F
Tints of Kelly Green #45D30F
RGB
CMYK
RGB Variations
Color information
#45D30F (or 0x45D30F) is known color: Kelly Green. HEX triplet: 45, D3 and 0F. RGB value is (69,211,15). Sum of RGB (Red+Green+Blue) = 69+211+15=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #45D30F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45D30F is #BA2CF0. Grayscale: #929292. Windows color (decimal): -12201201 or 1037125. OLE color: 1037125.
HSL color Cylindrical-coordinate representation of color #45D30F: hue angle of 103.47º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45D30F is Cyan = 0.67, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 211 | 15 | - |
| CMYK | 0.67 | 0 | 0.93 | 0.17 |
| HSL | 103.47º | 0.87% | 0.44% | - |
| HSV(B) | 103.47º | 0.93% | 0.83% | - |
| XYZ | 25.83 | 47.89 | 8.33 | - |
| YUV | 146.2 | 53.96 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 211 | 15 | 0.67 | 0 | 0.93 | 0.17 | 103.47 | 0.87 | 0.44 |
| Hex | 45 | D3 | F | 43 | 0 | 5D | 11 | 67 | 57 | 2C |
| Octal | 105 | 323 | 17 | 103 | 0 | 135 | 21 | 147 | 127 | 54 |
| Binary | 1000101 | 11010011 | 1111 | 1000011 | 0 | 1011101 | 10001 | 1100111 | 1010111 | 101100 |
Color Harmonies of #45D30F
Complementary color
Monochromatic Colors of #45D30F
Black with #45D30F
Text Example
Text Example
White with #45D30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D30F; }
p { color: rgb(69,211,15); }
H1.HeaderClassName
{
color: #45D30F;
}
.AnyTagClassName
{
color: #45D30F;
}
</style>
background-color css
<style>
a { background-color: #45D30F; }
a { background-color: rgb(69,211,15); }
div.DivClassName
{
background-color: #45D30F;
}
.BgClassName
{
background-color: #45D30F;
}
</style>
border-color css
<style>
span { border-color: #45D30F; }
span { border-color: rgb(69,211,15); }
td.TdClassName
{
border-color: #45D30F;
}
.TagClassName
{
border-color: #45D30F;
}
</style>