Shades of Shamrock #45D998
Tints of Shamrock #45D998
RGB
CMYK
RGB Variations
Color information
#45D998 (or 0x45D998) is known color: Shamrock. HEX triplet: 45, D9 and 98. RGB value is (69,217,152). Sum of RGB (Red+Green+Blue) = 69+217+152=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #45D998 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D998 is #BA2667. Grayscale: #A5A5A5. Windows color (decimal): -12199528 or 10017093. OLE color: 10017093.
HSL color Cylindrical-coordinate representation of color #45D998: hue angle of 153.65º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D998 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 152 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.15 |
| HSL | 153.65º | 0.66% | 0.56% | - |
| HSV(B) | 153.65º | 0.68% | 0.85% | - |
| XYZ | 32.93 | 53.16 | 38.23 | - |
| YUV | 165.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 152 | 0.68 | 0 | 0.30 | 0.15 | 153.65 | 0.66 | 0.56 |
| Hex | 45 | D9 | 98 | 44 | 0 | 1E | F | 9A | 42 | 38 |
| Octal | 105 | 331 | 230 | 104 | 0 | 36 | 17 | 232 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10011000 | 1000100 | 0 | 11110 | 1111 | 10011010 | 1000010 | 111000 |
Color Harmonies of #45D998
Complementary color
Monochromatic Colors of #45D998
Black with #45D998
Text Example
Text Example
White with #45D998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D998; }
p { color: rgb(69,217,152); }
H1.HeaderClassName
{
color: #45D998;
}
.AnyTagClassName
{
color: #45D998;
}
</style>
background-color css
<style>
a { background-color: #45D998; }
a { background-color: rgb(69,217,152); }
div.DivClassName
{
background-color: #45D998;
}
.BgClassName
{
background-color: #45D998;
}
</style>
border-color css
<style>
span { border-color: #45D998; }
span { border-color: rgb(69,217,152); }
td.TdClassName
{
border-color: #45D998;
}
.TagClassName
{
border-color: #45D998;
}
</style>