Shades of Shamrock #45D997
Tints of Shamrock #45D997
RGB
CMYK
RGB Variations
Color information
#45D997 (or 0x45D997) is known color: Shamrock. HEX triplet: 45, D9 and 97. RGB value is (69,217,151). Sum of RGB (Red+Green+Blue) = 69+217+151=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #45D997 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D997 is #BA2668. Grayscale: #A5A5A5. Windows color (decimal): -12199529 or 9951557. OLE color: 9951557.
HSL color Cylindrical-coordinate representation of color #45D997: hue angle of 153.24º 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 #45D997 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 151 | - |
| CMYK | 0.68 | 0 | 0.30 | 0.15 |
| HSL | 153.24º | 0.66% | 0.56% | - |
| HSV(B) | 153.24º | 0.68% | 0.85% | - |
| XYZ | 32.85 | 53.13 | 37.8 | - |
| YUV | 165.22 | 119.97 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 151 | 0.68 | 0 | 0.30 | 0.15 | 153.24 | 0.66 | 0.56 |
| Hex | 45 | D9 | 97 | 44 | 0 | 1E | F | 99 | 42 | 38 |
| Octal | 105 | 331 | 227 | 104 | 0 | 36 | 17 | 231 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10010111 | 1000100 | 0 | 11110 | 1111 | 10011001 | 1000010 | 111000 |
Color Harmonies of #45D997
Complementary color
Monochromatic Colors of #45D997
Black with #45D997
Text Example
Text Example
White with #45D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D997; }
p { color: rgb(69,217,151); }
H1.HeaderClassName
{
color: #45D997;
}
.AnyTagClassName
{
color: #45D997;
}
</style>
background-color css
<style>
a { background-color: #45D997; }
a { background-color: rgb(69,217,151); }
div.DivClassName
{
background-color: #45D997;
}
.BgClassName
{
background-color: #45D997;
}
</style>
border-color css
<style>
span { border-color: #45D997; }
span { border-color: rgb(69,217,151); }
td.TdClassName
{
border-color: #45D997;
}
.TagClassName
{
border-color: #45D997;
}
</style>