Shades of Shamrock #33BE8D
Tints of Shamrock #33BE8D
RGB
CMYK
RGB Variations
Color information
#33BE8D (or 0x33BE8D) is known color: Shamrock. HEX triplet: 33, BE and 8D. RGB value is (51,190,141). Sum of RGB (Red+Green+Blue) = 51+190+141=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BE8D is #CC4172. Grayscale: #8E8E8E. Windows color (decimal): -13386099 or 9289267. OLE color: 9289267.
HSL color Cylindrical-coordinate representation of color #33BE8D: hue angle of 158.85º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BE8D is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 190 | 141 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.25 |
| HSL | 158.85º | 0.58% | 0.47% | - |
| HSV(B) | 158.85º | 0.73% | 0.75% | - |
| XYZ | 24.59 | 39.45 | 31.52 | - |
| YUV | 142.85 | 126.95 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 190 | 141 | 0.73 | 0 | 0.26 | 0.25 | 158.85 | 0.58 | 0.47 |
| Hex | 33 | BE | 8D | 49 | 0 | 1A | 19 | 9F | 3A | 2F |
| Octal | 63 | 276 | 215 | 111 | 0 | 32 | 31 | 237 | 72 | 57 |
| Binary | 110011 | 10111110 | 10001101 | 1001001 | 0 | 11010 | 11001 | 10011111 | 111010 | 101111 |
Color Harmonies of #33BE8D
Complementary color
Monochromatic Colors of #33BE8D
Black with #33BE8D
Text Example
Text Example
White with #33BE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BE8D; }
p { color: rgb(51,190,141); }
H1.HeaderClassName
{
color: #33BE8D;
}
.AnyTagClassName
{
color: #33BE8D;
}
</style>
background-color css
<style>
a { background-color: #33BE8D; }
a { background-color: rgb(51,190,141); }
div.DivClassName
{
background-color: #33BE8D;
}
.BgClassName
{
background-color: #33BE8D;
}
</style>
border-color css
<style>
span { border-color: #33BE8D; }
span { border-color: rgb(51,190,141); }
td.TdClassName
{
border-color: #33BE8D;
}
.TagClassName
{
border-color: #33BE8D;
}
</style>