Shades of Shamrock #33D88B
Tints of Shamrock #33D88B
RGB
CMYK
RGB Variations
Color information
#33D88B (or 0x33D88B) is known color: Shamrock. HEX triplet: 33, D8 and 8B. RGB value is (51,216,139). Sum of RGB (Red+Green+Blue) = 51+216+139=406 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.56% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #33D88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D88B is #CC2774. Grayscale: #9E9E9E. Windows color (decimal): -13379445 or 9164851. OLE color: 9164851.
HSL color Cylindrical-coordinate representation of color #33D88B: hue angle of 152º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D88B is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 216 | 139 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.15 |
| HSL | 152º | 0.68% | 0.52% | - |
| HSV(B) | 152º | 0.76% | 0.85% | - |
| XYZ | 30.58 | 51.68 | 32.79 | - |
| YUV | 157.89 | 117.34 | 51.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 139 | 0.76 | 0 | 0.36 | 0.15 | 152 | 0.68 | 0.52 |
| Hex | 33 | D8 | 8B | 4C | 0 | 24 | F | 98 | 44 | 34 |
| Octal | 63 | 330 | 213 | 114 | 0 | 44 | 17 | 230 | 104 | 64 |
| Binary | 110011 | 11011000 | 10001011 | 1001100 | 0 | 100100 | 1111 | 10011000 | 1000100 | 110100 |
Color Harmonies of #33D88B
Complementary color
Monochromatic Colors of #33D88B
Black with #33D88B
Text Example
Text Example
White with #33D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D88B; }
p { color: rgb(51,216,139); }
H1.HeaderClassName
{
color: #33D88B;
}
.AnyTagClassName
{
color: #33D88B;
}
</style>
background-color css
<style>
a { background-color: #33D88B; }
a { background-color: rgb(51,216,139); }
div.DivClassName
{
background-color: #33D88B;
}
.BgClassName
{
background-color: #33D88B;
}
</style>
border-color css
<style>
span { border-color: #33D88B; }
span { border-color: rgb(51,216,139); }
td.TdClassName
{
border-color: #33D88B;
}
.TagClassName
{
border-color: #33D88B;
}
</style>