Shades of Shamrock #33DF86
Tints of Shamrock #33DF86
RGB
CMYK
RGB Variations
Color information
#33DF86 (or 0x33DF86) is known color: Shamrock. HEX triplet: 33, DF and 86. RGB value is (51,223,134). Sum of RGB (Red+Green+Blue) = 51+223+134=408 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.5% from 408); Green value is 223 (87.5% from 255 or 54.66% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 223 - color contains mainly: green. Hex color #33DF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33DF86 is #CC2079. Grayscale: #A1A1A1. Windows color (decimal): -13377658 or 8838963. OLE color: 8838963.
HSL color Cylindrical-coordinate representation of color #33DF86: hue angle of 148.95º 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 #33DF86 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 223 | 134 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.13 |
| HSL | 148.95º | 0.73% | 0.54% | - |
| HSV(B) | 148.95º | 0.77% | 0.87% | - |
| XYZ | 32.06 | 55.2 | 31.52 | - |
| YUV | 161.43 | 112.52 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 223 | 134 | 0.77 | 0 | 0.40 | 0.13 | 148.95 | 0.73 | 0.54 |
| Hex | 33 | DF | 86 | 4D | 0 | 28 | D | 95 | 49 | 36 |
| Octal | 63 | 337 | 206 | 115 | 0 | 50 | 15 | 225 | 111 | 66 |
| Binary | 110011 | 11011111 | 10000110 | 1001101 | 0 | 101000 | 1101 | 10010101 | 1001001 | 110110 |
Color Harmonies of #33DF86
Complementary color
Monochromatic Colors of #33DF86
Black with #33DF86
Text Example
Text Example
White with #33DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33DF86; }
p { color: rgb(51,223,134); }
H1.HeaderClassName
{
color: #33DF86;
}
.AnyTagClassName
{
color: #33DF86;
}
</style>
background-color css
<style>
a { background-color: #33DF86; }
a { background-color: rgb(51,223,134); }
div.DivClassName
{
background-color: #33DF86;
}
.BgClassName
{
background-color: #33DF86;
}
</style>
border-color css
<style>
span { border-color: #33DF86; }
span { border-color: rgb(51,223,134); }
td.TdClassName
{
border-color: #33DF86;
}
.TagClassName
{
border-color: #33DF86;
}
</style>