Shades of Kelly Green #45C911
Tints of Kelly Green #45C911
RGB
CMYK
RGB Variations
Color information
#45C911 (or 0x45C911) is known color: Kelly Green. HEX triplet: 45, C9 and 11. RGB value is (69,201,17). Sum of RGB (Red+Green+Blue) = 69+201+17=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 17 (7.03% from 255 or 5.92% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #45C911 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #45C911 is #BA36EE. Grayscale: #8D8D8D. Windows color (decimal): -12203759 or 1165637. OLE color: 1165637.
HSL color Cylindrical-coordinate representation of color #45C911: hue angle of 103.04º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #45C911 is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 17 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.21 |
| HSL | 103.04º | 0.84% | 0.43% | - |
| HSV(B) | 103.04º | 0.92% | 0.79% | - |
| XYZ | 23.44 | 43.08 | 7.61 | - |
| YUV | 140.56 | 58.27 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 17 | 0.66 | 0 | 0.92 | 0.21 | 103.04 | 0.84 | 0.43 |
| Hex | 45 | C9 | 11 | 42 | 0 | 5C | 15 | 67 | 54 | 2B |
| Octal | 105 | 311 | 21 | 102 | 0 | 134 | 25 | 147 | 124 | 53 |
| Binary | 1000101 | 11001001 | 10001 | 1000010 | 0 | 1011100 | 10101 | 1100111 | 1010100 | 101011 |
Color Harmonies of #45C911
Complementary color
Monochromatic Colors of #45C911
Black with #45C911
Text Example
Text Example
White with #45C911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C911; }
p { color: rgb(69,201,17); }
H1.HeaderClassName
{
color: #45C911;
}
.AnyTagClassName
{
color: #45C911;
}
</style>
background-color css
<style>
a { background-color: #45C911; }
a { background-color: rgb(69,201,17); }
div.DivClassName
{
background-color: #45C911;
}
.BgClassName
{
background-color: #45C911;
}
</style>
border-color css
<style>
span { border-color: #45C911; }
span { border-color: rgb(69,201,17); }
td.TdClassName
{
border-color: #45C911;
}
.TagClassName
{
border-color: #45C911;
}
</style>