Shades of Shamrock #33D88D
Tints of Shamrock #33D88D
RGB
CMYK
RGB Variations
Color information
#33D88D (or 0x33D88D) is known color: Shamrock. HEX triplet: 33, D8 and 8D. RGB value is (51,216,141). Sum of RGB (Red+Green+Blue) = 51+216+141=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #33D88D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D88D is #CC2772. Grayscale: #9E9E9E. Windows color (decimal): -13379443 or 9295923. OLE color: 9295923.
HSL color Cylindrical-coordinate representation of color #33D88D: hue angle of 152.73º 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 #33D88D is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 216 | 141 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.15 |
| HSL | 152.73º | 0.68% | 0.52% | - |
| HSV(B) | 152.73º | 0.76% | 0.85% | - |
| XYZ | 30.73 | 51.74 | 33.57 | - |
| YUV | 158.12 | 118.34 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 216 | 141 | 0.76 | 0 | 0.35 | 0.15 | 152.73 | 0.68 | 0.52 |
| Hex | 33 | D8 | 8D | 4C | 0 | 23 | F | 99 | 44 | 34 |
| Octal | 63 | 330 | 215 | 114 | 0 | 43 | 17 | 231 | 104 | 64 |
| Binary | 110011 | 11011000 | 10001101 | 1001100 | 0 | 100011 | 1111 | 10011001 | 1000100 | 110100 |
Color Harmonies of #33D88D
Complementary color
Monochromatic Colors of #33D88D
Black with #33D88D
Text Example
Text Example
White with #33D88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D88D; }
p { color: rgb(51,216,141); }
H1.HeaderClassName
{
color: #33D88D;
}
.AnyTagClassName
{
color: #33D88D;
}
</style>
background-color css
<style>
a { background-color: #33D88D; }
a { background-color: rgb(51,216,141); }
div.DivClassName
{
background-color: #33D88D;
}
.BgClassName
{
background-color: #33D88D;
}
</style>
border-color css
<style>
span { border-color: #33D88D; }
span { border-color: rgb(51,216,141); }
td.TdClassName
{
border-color: #33D88D;
}
.TagClassName
{
border-color: #33D88D;
}
</style>