Shades of Shamrock #45D995
Tints of Shamrock #45D995
RGB
CMYK
RGB Variations
Color information
#45D995 (or 0x45D995) is known color: Shamrock. HEX triplet: 45, D9 and 95. RGB value is (69,217,149). Sum of RGB (Red+Green+Blue) = 69+217+149=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #45D995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D995 is #BA266A. Grayscale: #A5A5A5. Windows color (decimal): -12199531 or 9820485. OLE color: 9820485.
HSL color Cylindrical-coordinate representation of color #45D995: hue angle of 152.43º 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 #45D995 is Cyan = 0.68, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 149 | - |
| CMYK | 0.68 | 0 | 0.31 | 0.15 |
| HSL | 152.43º | 0.66% | 0.56% | - |
| HSV(B) | 152.43º | 0.68% | 0.85% | - |
| XYZ | 32.69 | 53.06 | 36.95 | - |
| YUV | 165 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 149 | 0.68 | 0 | 0.31 | 0.15 | 152.43 | 0.66 | 0.56 |
| Hex | 45 | D9 | 95 | 44 | 0 | 1F | F | 98 | 42 | 38 |
| Octal | 105 | 331 | 225 | 104 | 0 | 37 | 17 | 230 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10010101 | 1000100 | 0 | 11111 | 1111 | 10011000 | 1000010 | 111000 |
Color Harmonies of #45D995
Complementary color
Monochromatic Colors of #45D995
Black with #45D995
Text Example
Text Example
White with #45D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D995; }
p { color: rgb(69,217,149); }
H1.HeaderClassName
{
color: #45D995;
}
.AnyTagClassName
{
color: #45D995;
}
</style>
background-color css
<style>
a { background-color: #45D995; }
a { background-color: rgb(69,217,149); }
div.DivClassName
{
background-color: #45D995;
}
.BgClassName
{
background-color: #45D995;
}
</style>
border-color css
<style>
span { border-color: #45D995; }
span { border-color: rgb(69,217,149); }
td.TdClassName
{
border-color: #45D995;
}
.TagClassName
{
border-color: #45D995;
}
</style>