Shades of Kelly Green #45B101
Tints of Kelly Green #45B101
RGB
CMYK
RGB Variations
Color information
#45B101 (or 0x45B101) is known color: Kelly Green. HEX triplet: 45, B1 and 01. RGB value is (69,177,1). Sum of RGB (Red+Green+Blue) = 69+177+1=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 177 (69.53% from 255 or 71.66% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 177 - color contains mainly: green. Hex color #45B101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #45B101 is #BA4EFE. Grayscale: #7D7D7D. Windows color (decimal): -12209919 or 110917. OLE color: 110917.
HSL color Cylindrical-coordinate representation of color #45B101: hue angle of 96.82º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45B101 is Cyan = 0.61, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 177 | 1 | - |
| CMYK | 0.61 | 0 | 0.99 | 0.31 |
| HSL | 96.82º | 0.99% | 0.35% | - |
| HSV(B) | 96.82º | 0.99% | 0.69% | - |
| XYZ | 18.18 | 32.71 | 5.38 | - |
| YUV | 124.64 | 58.22 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 177 | 1 | 0.61 | 0 | 0.99 | 0.31 | 96.82 | 0.99 | 0.35 |
| Hex | 45 | B1 | 1 | 3D | 0 | 63 | 1F | 61 | 63 | 23 |
| Octal | 105 | 261 | 1 | 75 | 0 | 143 | 37 | 141 | 143 | 43 |
| Binary | 1000101 | 10110001 | 1 | 111101 | 0 | 1100011 | 11111 | 1100001 | 1100011 | 100011 |
Color Harmonies of #45B101
Complementary color
Monochromatic Colors of #45B101
Black with #45B101
Text Example
Text Example
White with #45B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B101; }
p { color: rgb(69,177,1); }
H1.HeaderClassName
{
color: #45B101;
}
.AnyTagClassName
{
color: #45B101;
}
</style>
background-color css
<style>
a { background-color: #45B101; }
a { background-color: rgb(69,177,1); }
div.DivClassName
{
background-color: #45B101;
}
.BgClassName
{
background-color: #45B101;
}
</style>
border-color css
<style>
span { border-color: #45B101; }
span { border-color: rgb(69,177,1); }
td.TdClassName
{
border-color: #45B101;
}
.TagClassName
{
border-color: #45B101;
}
</style>