Shades of Shamrock #45D69F
Tints of Shamrock #45D69F
RGB
CMYK
RGB Variations
Color information
#45D69F (or 0x45D69F) is known color: Shamrock. HEX triplet: 45, D6 and 9F. RGB value is (69,214,159). Sum of RGB (Red+Green+Blue) = 69+214+159=442 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.61% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #45D69F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D69F is #BA2960. Grayscale: #A4A4A4. Windows color (decimal): -12200289 or 10475077. OLE color: 10475077.
HSL color Cylindrical-coordinate representation of color #45D69F: hue angle of 157.24º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D69F is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 159 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.16 |
| HSL | 157.24º | 0.64% | 0.55% | - |
| HSV(B) | 157.24º | 0.68% | 0.84% | - |
| XYZ | 32.76 | 51.86 | 41.08 | - |
| YUV | 164.38 | 124.96 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 159 | 0.68 | 0 | 0.26 | 0.16 | 157.24 | 0.64 | 0.55 |
| Hex | 45 | D6 | 9F | 44 | 0 | 1A | 10 | 9D | 40 | 37 |
| Octal | 105 | 326 | 237 | 104 | 0 | 32 | 20 | 235 | 100 | 67 |
| Binary | 1000101 | 11010110 | 10011111 | 1000100 | 0 | 11010 | 10000 | 10011101 | 1000000 | 110111 |
Color Harmonies of #45D69F
Complementary color
Monochromatic Colors of #45D69F
Black with #45D69F
Text Example
Text Example
White with #45D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D69F; }
p { color: rgb(69,214,159); }
H1.HeaderClassName
{
color: #45D69F;
}
.AnyTagClassName
{
color: #45D69F;
}
</style>
background-color css
<style>
a { background-color: #45D69F; }
a { background-color: rgb(69,214,159); }
div.DivClassName
{
background-color: #45D69F;
}
.BgClassName
{
background-color: #45D69F;
}
</style>
border-color css
<style>
span { border-color: #45D69F; }
span { border-color: rgb(69,214,159); }
td.TdClassName
{
border-color: #45D69F;
}
.TagClassName
{
border-color: #45D69F;
}
</style>