Shades of Kelly Green #45B110
Tints of Kelly Green #45B110
RGB
CMYK
RGB Variations
Color information
#45B110 (or 0x45B110) is known color: Kelly Green. HEX triplet: 45, B1 and 10. RGB value is (69,177,16). Sum of RGB (Red+Green+Blue) = 69+177+16=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 177 (69.53% from 255 or 67.56% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 177 - color contains mainly: green. Hex color #45B110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45B110 is #BA4EEF. Grayscale: #7E7E7E. Windows color (decimal): -12209904 or 1093957. OLE color: 1093957.
HSL color Cylindrical-coordinate representation of color #45B110: hue angle of 100.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #45B110 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 177 | 16 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.31 |
| HSL | 100.25º | 0.83% | 0.38% | - |
| HSV(B) | 100.25º | 0.91% | 0.69% | - |
| XYZ | 18.27 | 32.75 | 5.85 | - |
| YUV | 126.35 | 65.72 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 177 | 16 | 0.61 | 0 | 0.91 | 0.31 | 100.25 | 0.83 | 0.38 |
| Hex | 45 | B1 | 10 | 3D | 0 | 5B | 1F | 64 | 53 | 26 |
| Octal | 105 | 261 | 20 | 75 | 0 | 133 | 37 | 144 | 123 | 46 |
| Binary | 1000101 | 10110001 | 10000 | 111101 | 0 | 1011011 | 11111 | 1100100 | 1010011 | 100110 |
Color Harmonies of #45B110
Complementary color
Monochromatic Colors of #45B110
Black with #45B110
Text Example
Text Example
White with #45B110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B110; }
p { color: rgb(69,177,16); }
H1.HeaderClassName
{
color: #45B110;
}
.AnyTagClassName
{
color: #45B110;
}
</style>
background-color css
<style>
a { background-color: #45B110; }
a { background-color: rgb(69,177,16); }
div.DivClassName
{
background-color: #45B110;
}
.BgClassName
{
background-color: #45B110;
}
</style>
border-color css
<style>
span { border-color: #45B110; }
span { border-color: rgb(69,177,16); }
td.TdClassName
{
border-color: #45B110;
}
.TagClassName
{
border-color: #45B110;
}
</style>