Shades of Shamrock #33DF8B
Tints of Shamrock #33DF8B
RGB
CMYK
RGB Variations
Color information
#33DF8B (or 0x33DF8B) is known color: Shamrock. HEX triplet: 33, DF and 8B. RGB value is (51,223,139). Sum of RGB (Red+Green+Blue) = 51+223+139=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DF8B is #CC2074. Grayscale: #A2A2A2. Windows color (decimal): -13377653 or 9166643. OLE color: 9166643.
HSL color Cylindrical-coordinate representation of color #33DF8B: hue angle of 150.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DF8B is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 139 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.13 |
| HSL | 150.7º | 0.73% | 0.54% | - |
| HSV(B) | 150.7º | 0.77% | 0.87% | - |
| XYZ | 32.41 | 55.34 | 33.4 | - |
| YUV | 162 | 115.02 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 139 | 0.77 | 0 | 0.38 | 0.13 | 150.7 | 0.73 | 0.54 |
| Hex | 33 | DF | 8B | 4D | 0 | 26 | D | 97 | 49 | 36 |
| Octal | 63 | 337 | 213 | 115 | 0 | 46 | 15 | 227 | 111 | 66 |
| Binary | 110011 | 11011111 | 10001011 | 1001101 | 0 | 100110 | 1101 | 10010111 | 1001001 | 110110 |
Color Harmonies of #33DF8B
Complementary color
Monochromatic Colors of #33DF8B
Black with #33DF8B
Text Example
Text Example
White with #33DF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DF8B; }
p { color: rgb(51,223,139); }
H1.HeaderClassName
{
color: #33DF8B;
}
.AnyTagClassName
{
color: #33DF8B;
}
</style>
background-color css
<style>
a { background-color: #33DF8B; }
a { background-color: rgb(51,223,139); }
div.DivClassName
{
background-color: #33DF8B;
}
.BgClassName
{
background-color: #33DF8B;
}
</style>
border-color css
<style>
span { border-color: #33DF8B; }
span { border-color: rgb(51,223,139); }
td.TdClassName
{
border-color: #33DF8B;
}
.TagClassName
{
border-color: #33DF8B;
}
</style>