Shades of Shamrock #45F896
Tints of Shamrock #45F896
RGB
CMYK
RGB Variations
Color information
#45F896 (or 0x45F896) is known color: Shamrock. HEX triplet: 45, F8 and 96. RGB value is (69,248,150). Sum of RGB (Red+Green+Blue) = 69+248+150=467 (61% of max value = 765). Red value is 69 (27.34% from 255 or 14.78% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #45F896 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F896 is #BA0769. Grayscale: #B7B7B7. Windows color (decimal): -12191594 or 9893957. OLE color: 9893957.
HSL color Cylindrical-coordinate representation of color #45F896: hue angle of 147.15º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F896 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 248 | 150 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.03 |
| HSL | 147.15º | 0.93% | 0.62% | - |
| HSV(B) | 147.15º | 0.72% | 0.97% | - |
| XYZ | 41.53 | 70.6 | 40.29 | - |
| YUV | 183.31 | 109.2 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 248 | 150 | 0.72 | 0 | 0.40 | 0.03 | 147.15 | 0.93 | 0.62 |
| Hex | 45 | F8 | 96 | 48 | 0 | 28 | 3 | 93 | 5D | 3E |
| Octal | 105 | 370 | 226 | 110 | 0 | 50 | 3 | 223 | 135 | 76 |
| Binary | 1000101 | 11111000 | 10010110 | 1001000 | 0 | 101000 | 11 | 10010011 | 1011101 | 111110 |
Color Harmonies of #45F896
Complementary color
Monochromatic Colors of #45F896
Black with #45F896
Text Example
Text Example
White with #45F896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F896; }
p { color: rgb(69,248,150); }
H1.HeaderClassName
{
color: #45F896;
}
.AnyTagClassName
{
color: #45F896;
}
</style>
background-color css
<style>
a { background-color: #45F896; }
a { background-color: rgb(69,248,150); }
div.DivClassName
{
background-color: #45F896;
}
.BgClassName
{
background-color: #45F896;
}
</style>
border-color css
<style>
span { border-color: #45F896; }
span { border-color: rgb(69,248,150); }
td.TdClassName
{
border-color: #45F896;
}
.TagClassName
{
border-color: #45F896;
}
</style>