Shades of Kelly Green #45D71E
Tints of Kelly Green #45D71E
RGB
CMYK
RGB Variations
Color information
#45D71E (or 0x45D71E) is known color: Kelly Green. HEX triplet: 45, D7 and 1E. RGB value is (69,215,30). Sum of RGB (Red+Green+Blue) = 69+215+30=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #45D71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D71E is #BA28E1. Grayscale: #969696. Windows color (decimal): -12200162 or 2021189. OLE color: 2021189.
HSL color Cylindrical-coordinate representation of color #45D71E: hue angle of 107.35º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45D71E is Cyan = 0.68, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 30 | - |
| CMYK | 0.68 | 0 | 0.86 | 0.16 |
| HSL | 107.35º | 0.76% | 0.48% | - |
| HSV(B) | 107.35º | 0.86% | 0.84% | - |
| XYZ | 26.99 | 49.96 | 9.45 | - |
| YUV | 150.26 | 60.13 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 30 | 0.68 | 0 | 0.86 | 0.16 | 107.35 | 0.76 | 0.48 |
| Hex | 45 | D7 | 1E | 44 | 0 | 56 | 10 | 6B | 4C | 30 |
| Octal | 105 | 327 | 36 | 104 | 0 | 126 | 20 | 153 | 114 | 60 |
| Binary | 1000101 | 11010111 | 11110 | 1000100 | 0 | 1010110 | 10000 | 1101011 | 1001100 | 110000 |
Color Harmonies of #45D71E
Complementary color
Monochromatic Colors of #45D71E
Black with #45D71E
Text Example
Text Example
White with #45D71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D71E; }
p { color: rgb(69,215,30); }
H1.HeaderClassName
{
color: #45D71E;
}
.AnyTagClassName
{
color: #45D71E;
}
</style>
background-color css
<style>
a { background-color: #45D71E; }
a { background-color: rgb(69,215,30); }
div.DivClassName
{
background-color: #45D71E;
}
.BgClassName
{
background-color: #45D71E;
}
</style>
border-color css
<style>
span { border-color: #45D71E; }
span { border-color: rgb(69,215,30); }
td.TdClassName
{
border-color: #45D71E;
}
.TagClassName
{
border-color: #45D71E;
}
</style>