Shades of Shamrock #45D496
Tints of Shamrock #45D496
RGB
CMYK
RGB Variations
Color information
#45D496 (or 0x45D496) is known color: Shamrock. HEX triplet: 45, D4 and 96. RGB value is (69,212,150). Sum of RGB (Red+Green+Blue) = 69+212+150=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #45D496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D496 is #BA2B69. Grayscale: #A2A2A2. Windows color (decimal): -12200810 or 9884741. OLE color: 9884741.
HSL color Cylindrical-coordinate representation of color #45D496: hue angle of 153.99º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D496 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 212 | 150 | - |
| CMYK | 0.67 | 0 | 0.29 | 0.17 |
| HSL | 153.99º | 0.62% | 0.55% | - |
| HSV(B) | 153.99º | 0.67% | 0.83% | - |
| XYZ | 31.5 | 50.55 | 36.95 | - |
| YUV | 162.18 | 121.12 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 150 | 0.67 | 0 | 0.29 | 0.17 | 153.99 | 0.62 | 0.55 |
| Hex | 45 | D4 | 96 | 43 | 0 | 1D | 11 | 9A | 3E | 37 |
| Octal | 105 | 324 | 226 | 103 | 0 | 35 | 21 | 232 | 76 | 67 |
| Binary | 1000101 | 11010100 | 10010110 | 1000011 | 0 | 11101 | 10001 | 10011010 | 111110 | 110111 |
Color Harmonies of #45D496
Complementary color
Monochromatic Colors of #45D496
Black with #45D496
Text Example
Text Example
White with #45D496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D496; }
p { color: rgb(69,212,150); }
H1.HeaderClassName
{
color: #45D496;
}
.AnyTagClassName
{
color: #45D496;
}
</style>
background-color css
<style>
a { background-color: #45D496; }
a { background-color: rgb(69,212,150); }
div.DivClassName
{
background-color: #45D496;
}
.BgClassName
{
background-color: #45D496;
}
</style>
border-color css
<style>
span { border-color: #45D496; }
span { border-color: rgb(69,212,150); }
td.TdClassName
{
border-color: #45D496;
}
.TagClassName
{
border-color: #45D496;
}
</style>