Shades of Kelly Green #45B11A
Tints of Kelly Green #45B11A
RGB
CMYK
RGB Variations
Color information
#45B11A (or 0x45B11A) is known color: Kelly Green. HEX triplet: 45, B1 and 1A. RGB value is (69,177,26). Sum of RGB (Red+Green+Blue) = 69+177+26=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 177 (69.53% from 255 or 65.07% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 177 - color contains mainly: green. Hex color #45B11A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45B11A is #BA4EE5. Grayscale: #7F7F7F. Windows color (decimal): -12209894 or 1749317. OLE color: 1749317.
HSL color Cylindrical-coordinate representation of color #45B11A: hue angle of 102.91º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45B11A is Cyan = 0.61, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 177 | 26 | - |
| CMYK | 0.61 | 0 | 0.85 | 0.31 |
| HSL | 102.91º | 0.74% | 0.4% | - |
| HSV(B) | 102.91º | 0.85% | 0.69% | - |
| XYZ | 18.36 | 32.78 | 6.34 | - |
| YUV | 127.49 | 70.72 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 177 | 26 | 0.61 | 0 | 0.85 | 0.31 | 102.91 | 0.74 | 0.4 |
| Hex | 45 | B1 | 1A | 3D | 0 | 55 | 1F | 67 | 4A | 28 |
| Octal | 105 | 261 | 32 | 75 | 0 | 125 | 37 | 147 | 112 | 50 |
| Binary | 1000101 | 10110001 | 11010 | 111101 | 0 | 1010101 | 11111 | 1100111 | 1001010 | 101000 |
Color Harmonies of #45B11A
Complementary color
Monochromatic Colors of #45B11A
Black with #45B11A
Text Example
Text Example
White with #45B11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B11A; }
p { color: rgb(69,177,26); }
H1.HeaderClassName
{
color: #45B11A;
}
.AnyTagClassName
{
color: #45B11A;
}
</style>
background-color css
<style>
a { background-color: #45B11A; }
a { background-color: rgb(69,177,26); }
div.DivClassName
{
background-color: #45B11A;
}
.BgClassName
{
background-color: #45B11A;
}
</style>
border-color css
<style>
span { border-color: #45B11A; }
span { border-color: rgb(69,177,26); }
td.TdClassName
{
border-color: #45B11A;
}
.TagClassName
{
border-color: #45B11A;
}
</style>