Shades of Shamrock #45DD92
Tints of Shamrock #45DD92
RGB
CMYK
RGB Variations
Color information
#45DD92 (or 0x45DD92) is known color: Shamrock. HEX triplet: 45, DD and 92. RGB value is (69,221,146). Sum of RGB (Red+Green+Blue) = 69+221+146=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45DD92 is #BA226D. Grayscale: #A7A7A7. Windows color (decimal): -12198510 or 9624901. OLE color: 9624901.
HSL color Cylindrical-coordinate representation of color #45DD92: hue angle of 150.39º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DD92 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 146 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.13 |
| HSL | 150.39º | 0.69% | 0.57% | - |
| HSV(B) | 150.39º | 0.69% | 0.87% | - |
| XYZ | 33.5 | 55.05 | 36.05 | - |
| YUV | 167 | 116.14 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 146 | 0.69 | 0 | 0.34 | 0.13 | 150.39 | 0.69 | 0.57 |
| Hex | 45 | DD | 92 | 45 | 0 | 22 | D | 96 | 45 | 39 |
| Octal | 105 | 335 | 222 | 105 | 0 | 42 | 15 | 226 | 105 | 71 |
| Binary | 1000101 | 11011101 | 10010010 | 1000101 | 0 | 100010 | 1101 | 10010110 | 1000101 | 111001 |
Color Harmonies of #45DD92
Complementary color
Monochromatic Colors of #45DD92
Black with #45DD92
Text Example
Text Example
White with #45DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD92; }
p { color: rgb(69,221,146); }
H1.HeaderClassName
{
color: #45DD92;
}
.AnyTagClassName
{
color: #45DD92;
}
</style>
background-color css
<style>
a { background-color: #45DD92; }
a { background-color: rgb(69,221,146); }
div.DivClassName
{
background-color: #45DD92;
}
.BgClassName
{
background-color: #45DD92;
}
</style>
border-color css
<style>
span { border-color: #45DD92; }
span { border-color: rgb(69,221,146); }
td.TdClassName
{
border-color: #45DD92;
}
.TagClassName
{
border-color: #45DD92;
}
</style>