Shades of Kelly Green #45C71E
Tints of Kelly Green #45C71E
RGB
CMYK
RGB Variations
Color information
#45C71E (or 0x45C71E) is known color: Kelly Green. HEX triplet: 45, C7 and 1E. RGB value is (69,199,30). Sum of RGB (Red+Green+Blue) = 69+199+30=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 199 (78.12% from 255 or 66.78% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 199 - color contains mainly: green. Hex color #45C71E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C71E is #BA38E1. Grayscale: #8D8D8D. Windows color (decimal): -12204258 or 2017093. OLE color: 2017093.
HSL color Cylindrical-coordinate representation of color #45C71E: hue angle of 106.15º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45C71E is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 30 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.22 |
| HSL | 106.15º | 0.74% | 0.45% | - |
| HSV(B) | 106.15º | 0.85% | 0.78% | - |
| XYZ | 23.11 | 42.21 | 8.16 | - |
| YUV | 140.86 | 65.43 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 30 | 0.65 | 0 | 0.85 | 0.22 | 106.15 | 0.74 | 0.45 |
| Hex | 45 | C7 | 1E | 41 | 0 | 55 | 16 | 6A | 4A | 2D |
| Octal | 105 | 307 | 36 | 101 | 0 | 125 | 26 | 152 | 112 | 55 |
| Binary | 1000101 | 11000111 | 11110 | 1000001 | 0 | 1010101 | 10110 | 1101010 | 1001010 | 101101 |
Color Harmonies of #45C71E
Complementary color
Monochromatic Colors of #45C71E
Black with #45C71E
Text Example
Text Example
White with #45C71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C71E; }
p { color: rgb(69,199,30); }
H1.HeaderClassName
{
color: #45C71E;
}
.AnyTagClassName
{
color: #45C71E;
}
</style>
background-color css
<style>
a { background-color: #45C71E; }
a { background-color: rgb(69,199,30); }
div.DivClassName
{
background-color: #45C71E;
}
.BgClassName
{
background-color: #45C71E;
}
</style>
border-color css
<style>
span { border-color: #45C71E; }
span { border-color: rgb(69,199,30); }
td.TdClassName
{
border-color: #45C71E;
}
.TagClassName
{
border-color: #45C71E;
}
</style>