Shades of Shamrock #33D092
Tints of Shamrock #33D092
RGB
CMYK
RGB Variations
Color information
#33D092 (or 0x33D092) is known color: Shamrock. HEX triplet: 33, D0 and 92. RGB value is (51,208,146). Sum of RGB (Red+Green+Blue) = 51+208+146=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #33D092 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D092 is #CC2F6D. Grayscale: #9A9A9A. Windows color (decimal): -13381486 or 9621555. OLE color: 9621555.
HSL color Cylindrical-coordinate representation of color #33D092: hue angle of 156.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D092 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 146 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.18 |
| HSL | 156.31º | 0.63% | 0.51% | - |
| HSV(B) | 156.31º | 0.75% | 0.82% | - |
| XYZ | 29.11 | 47.89 | 34.9 | - |
| YUV | 153.99 | 123.49 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 146 | 0.75 | 0 | 0.30 | 0.18 | 156.31 | 0.63 | 0.51 |
| Hex | 33 | D0 | 92 | 4B | 0 | 1E | 12 | 9C | 3F | 33 |
| Octal | 63 | 320 | 222 | 113 | 0 | 36 | 22 | 234 | 77 | 63 |
| Binary | 110011 | 11010000 | 10010010 | 1001011 | 0 | 11110 | 10010 | 10011100 | 111111 | 110011 |
Color Harmonies of #33D092
Complementary color
Monochromatic Colors of #33D092
Black with #33D092
Text Example
Text Example
White with #33D092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D092; }
p { color: rgb(51,208,146); }
H1.HeaderClassName
{
color: #33D092;
}
.AnyTagClassName
{
color: #33D092;
}
</style>
background-color css
<style>
a { background-color: #33D092; }
a { background-color: rgb(51,208,146); }
div.DivClassName
{
background-color: #33D092;
}
.BgClassName
{
background-color: #33D092;
}
</style>
border-color css
<style>
span { border-color: #33D092; }
span { border-color: rgb(51,208,146); }
td.TdClassName
{
border-color: #33D092;
}
.TagClassName
{
border-color: #33D092;
}
</style>