Shades of Shamrock #45D298
Tints of Shamrock #45D298
RGB
CMYK
RGB Variations
Color information
#45D298 (or 0x45D298) is known color: Shamrock. HEX triplet: 45, D2 and 98. RGB value is (69,210,152). Sum of RGB (Red+Green+Blue) = 69+210+152=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #45D298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D298 is #BA2D67. Grayscale: #A1A1A1. Windows color (decimal): -12201320 or 10015301. OLE color: 10015301.
HSL color Cylindrical-coordinate representation of color #45D298: hue angle of 155.32º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D298 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 152 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.18 |
| HSL | 155.32º | 0.61% | 0.55% | - |
| HSV(B) | 155.32º | 0.67% | 0.82% | - |
| XYZ | 31.17 | 49.63 | 37.64 | - |
| YUV | 161.23 | 122.79 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 152 | 0.67 | 0 | 0.28 | 0.18 | 155.32 | 0.61 | 0.55 |
| Hex | 45 | D2 | 98 | 43 | 0 | 1C | 12 | 9B | 3D | 37 |
| Octal | 105 | 322 | 230 | 103 | 0 | 34 | 22 | 233 | 75 | 67 |
| Binary | 1000101 | 11010010 | 10011000 | 1000011 | 0 | 11100 | 10010 | 10011011 | 111101 | 110111 |
Color Harmonies of #45D298
Complementary color
Monochromatic Colors of #45D298
Black with #45D298
Text Example
Text Example
White with #45D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D298; }
p { color: rgb(69,210,152); }
H1.HeaderClassName
{
color: #45D298;
}
.AnyTagClassName
{
color: #45D298;
}
</style>
background-color css
<style>
a { background-color: #45D298; }
a { background-color: rgb(69,210,152); }
div.DivClassName
{
background-color: #45D298;
}
.BgClassName
{
background-color: #45D298;
}
</style>
border-color css
<style>
span { border-color: #45D298; }
span { border-color: rgb(69,210,152); }
td.TdClassName
{
border-color: #45D298;
}
.TagClassName
{
border-color: #45D298;
}
</style>