Shades of Shamrock #45D992
Tints of Shamrock #45D992
RGB
CMYK
RGB Variations
Color information
#45D992 (or 0x45D992) is known color: Shamrock. HEX triplet: 45, D9 and 92. RGB value is (69,217,146). Sum of RGB (Red+Green+Blue) = 69+217+146=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #45D992 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45D992 is #BA266D. Grayscale: #A4A4A4. Windows color (decimal): -12199534 or 9623877. OLE color: 9623877.
HSL color Cylindrical-coordinate representation of color #45D992: hue angle of 151.22º 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 #45D992 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 146 | - |
| CMYK | 0.68 | 0 | 0.33 | 0.15 |
| HSL | 151.22º | 0.66% | 0.56% | - |
| HSV(B) | 151.22º | 0.68% | 0.85% | - |
| XYZ | 32.46 | 52.97 | 35.71 | - |
| YUV | 164.65 | 117.47 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 146 | 0.68 | 0 | 0.33 | 0.15 | 151.22 | 0.66 | 0.56 |
| Hex | 45 | D9 | 92 | 44 | 0 | 21 | F | 97 | 42 | 38 |
| Octal | 105 | 331 | 222 | 104 | 0 | 41 | 17 | 227 | 102 | 70 |
| Binary | 1000101 | 11011001 | 10010010 | 1000100 | 0 | 100001 | 1111 | 10010111 | 1000010 | 111000 |
Color Harmonies of #45D992
Complementary color
Monochromatic Colors of #45D992
Black with #45D992
Text Example
Text Example
White with #45D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D992; }
p { color: rgb(69,217,146); }
H1.HeaderClassName
{
color: #45D992;
}
.AnyTagClassName
{
color: #45D992;
}
</style>
background-color css
<style>
a { background-color: #45D992; }
a { background-color: rgb(69,217,146); }
div.DivClassName
{
background-color: #45D992;
}
.BgClassName
{
background-color: #45D992;
}
</style>
border-color css
<style>
span { border-color: #45D992; }
span { border-color: rgb(69,217,146); }
td.TdClassName
{
border-color: #45D992;
}
.TagClassName
{
border-color: #45D992;
}
</style>