Shades of Shamrock #33ED86
Tints of Shamrock #33ED86
RGB
CMYK
RGB Variations
Color information
#33ED86 (or 0x33ED86) is known color: Shamrock. HEX triplet: 33, ED and 86. RGB value is (51,237,134). Sum of RGB (Red+Green+Blue) = 51+237+134=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 237 (92.97% from 255 or 56.16% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33ED86 is #CC1279. Grayscale: #A9A9A9. Windows color (decimal): -13374074 or 8842547. OLE color: 8842547.
HSL color Cylindrical-coordinate representation of color #33ED86: hue angle of 146.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33ED86 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 134 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.07 |
| HSL | 146.77º | 0.84% | 0.56% | - |
| HSV(B) | 146.77º | 0.78% | 0.93% | - |
| XYZ | 35.95 | 62.99 | 32.82 | - |
| YUV | 169.64 | 107.88 | 43.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 134 | 0.78 | 0 | 0.43 | 0.07 | 146.77 | 0.84 | 0.56 |
| Hex | 33 | ED | 86 | 4E | 0 | 2B | 7 | 93 | 54 | 38 |
| Octal | 63 | 355 | 206 | 116 | 0 | 53 | 7 | 223 | 124 | 70 |
| Binary | 110011 | 11101101 | 10000110 | 1001110 | 0 | 101011 | 111 | 10010011 | 1010100 | 111000 |
Color Harmonies of #33ED86
Complementary color
Monochromatic Colors of #33ED86
Black with #33ED86
Text Example
Text Example
White with #33ED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ED86; }
p { color: rgb(51,237,134); }
H1.HeaderClassName
{
color: #33ED86;
}
.AnyTagClassName
{
color: #33ED86;
}
</style>
background-color css
<style>
a { background-color: #33ED86; }
a { background-color: rgb(51,237,134); }
div.DivClassName
{
background-color: #33ED86;
}
.BgClassName
{
background-color: #33ED86;
}
</style>
border-color css
<style>
span { border-color: #33ED86; }
span { border-color: rgb(51,237,134); }
td.TdClassName
{
border-color: #33ED86;
}
.TagClassName
{
border-color: #33ED86;
}
</style>