Shades of Shamrock #33D081
Tints of Shamrock #33D081
RGB
CMYK
RGB Variations
Color information
#33D081 (or 0x33D081) is known color: Shamrock. HEX triplet: 33, D0 and 81. RGB value is (51,208,129). Sum of RGB (Red+Green+Blue) = 51+208+129=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 208 (81.64% from 255 or 53.61% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 208 - color contains mainly: green. Hex color #33D081 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D081 is #CC2F7E. Grayscale: #989898. Windows color (decimal): -13381503 or 8507443. OLE color: 8507443.
HSL color Cylindrical-coordinate representation of color #33D081: hue angle of 149.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33D081 is Cyan = 0.75, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 208 | 129 | - |
| CMYK | 0.75 | 0 | 0.38 | 0.18 |
| HSL | 149.81º | 0.63% | 0.51% | - |
| HSV(B) | 149.81º | 0.75% | 0.82% | - |
| XYZ | 27.88 | 47.4 | 28.45 | - |
| YUV | 152.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 208 | 129 | 0.75 | 0 | 0.38 | 0.18 | 149.81 | 0.63 | 0.51 |
| Hex | 33 | D0 | 81 | 4B | 0 | 26 | 12 | 96 | 3F | 33 |
| Octal | 63 | 320 | 201 | 113 | 0 | 46 | 22 | 226 | 77 | 63 |
| Binary | 110011 | 11010000 | 10000001 | 1001011 | 0 | 100110 | 10010 | 10010110 | 111111 | 110011 |
Color Harmonies of #33D081
Complementary color
Monochromatic Colors of #33D081
Black with #33D081
Text Example
Text Example
White with #33D081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D081; }
p { color: rgb(51,208,129); }
H1.HeaderClassName
{
color: #33D081;
}
.AnyTagClassName
{
color: #33D081;
}
</style>
background-color css
<style>
a { background-color: #33D081; }
a { background-color: rgb(51,208,129); }
div.DivClassName
{
background-color: #33D081;
}
.BgClassName
{
background-color: #33D081;
}
</style>
border-color css
<style>
span { border-color: #33D081; }
span { border-color: rgb(51,208,129); }
td.TdClassName
{
border-color: #33D081;
}
.TagClassName
{
border-color: #33D081;
}
</style>