Shades of Shamrock #33C982
Tints of Shamrock #33C982
RGB
CMYK
RGB Variations
Color information
#33C982 (or 0x33C982) is known color: Shamrock. HEX triplet: 33, C9 and 82. RGB value is (51,201,130). Sum of RGB (Red+Green+Blue) = 51+201+130=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #33C982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C982 is #CC367D. Grayscale: #949494. Windows color (decimal): -13383294 or 8571187. OLE color: 8571187.
HSL color Cylindrical-coordinate representation of color #33C982: hue angle of 151.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33C982 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 201 | 130 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.21 |
| HSL | 151.6º | 0.6% | 0.49% | - |
| HSV(B) | 151.6º | 0.75% | 0.79% | - |
| XYZ | 26.28 | 44.09 | 28.24 | - |
| YUV | 148.06 | 117.81 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 201 | 130 | 0.75 | 0 | 0.35 | 0.21 | 151.6 | 0.6 | 0.49 |
| Hex | 33 | C9 | 82 | 4B | 0 | 23 | 15 | 98 | 3C | 31 |
| Octal | 63 | 311 | 202 | 113 | 0 | 43 | 25 | 230 | 74 | 61 |
| Binary | 110011 | 11001001 | 10000010 | 1001011 | 0 | 100011 | 10101 | 10011000 | 111100 | 110001 |
Color Harmonies of #33C982
Complementary color
Monochromatic Colors of #33C982
Black with #33C982
Text Example
Text Example
White with #33C982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C982; }
p { color: rgb(51,201,130); }
H1.HeaderClassName
{
color: #33C982;
}
.AnyTagClassName
{
color: #33C982;
}
</style>
background-color css
<style>
a { background-color: #33C982; }
a { background-color: rgb(51,201,130); }
div.DivClassName
{
background-color: #33C982;
}
.BgClassName
{
background-color: #33C982;
}
</style>
border-color css
<style>
span { border-color: #33C982; }
span { border-color: rgb(51,201,130); }
td.TdClassName
{
border-color: #33C982;
}
.TagClassName
{
border-color: #33C982;
}
</style>