Shades of Shamrock #33D982
Tints of Shamrock #33D982
RGB
CMYK
RGB Variations
Color information
#33D982 (or 0x33D982) is known color: Shamrock. HEX triplet: 33, D9 and 82. RGB value is (51,217,130). Sum of RGB (Red+Green+Blue) = 51+217+130=398 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.81% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #33D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D982 is #CC267D. Grayscale: #9D9D9D. Windows color (decimal): -13379198 or 8575283. OLE color: 8575283.
HSL color Cylindrical-coordinate representation of color #33D982: hue angle of 148.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D982 is Cyan = 0.76, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 130 | - |
| CMYK | 0.76 | 0 | 0.40 | 0.15 |
| HSL | 148.55º | 0.69% | 0.53% | - |
| HSV(B) | 148.55º | 0.76% | 0.85% | - |
| XYZ | 30.21 | 51.94 | 29.55 | - |
| YUV | 157.45 | 112.5 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 130 | 0.76 | 0 | 0.40 | 0.15 | 148.55 | 0.69 | 0.53 |
| Hex | 33 | D9 | 82 | 4C | 0 | 28 | F | 95 | 45 | 35 |
| Octal | 63 | 331 | 202 | 114 | 0 | 50 | 17 | 225 | 105 | 65 |
| Binary | 110011 | 11011001 | 10000010 | 1001100 | 0 | 101000 | 1111 | 10010101 | 1000101 | 110101 |
Color Harmonies of #33D982
Complementary color
Monochromatic Colors of #33D982
Black with #33D982
Text Example
Text Example
White with #33D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D982; }
p { color: rgb(51,217,130); }
H1.HeaderClassName
{
color: #33D982;
}
.AnyTagClassName
{
color: #33D982;
}
</style>
background-color css
<style>
a { background-color: #33D982; }
a { background-color: rgb(51,217,130); }
div.DivClassName
{
background-color: #33D982;
}
.BgClassName
{
background-color: #33D982;
}
</style>
border-color css
<style>
span { border-color: #33D982; }
span { border-color: rgb(51,217,130); }
td.TdClassName
{
border-color: #33D982;
}
.TagClassName
{
border-color: #33D982;
}
</style>