Shades of Shamrock #33D990
Tints of Shamrock #33D990
RGB
CMYK
RGB Variations
Color information
#33D990 (or 0x33D990) is known color: Shamrock. HEX triplet: 33, D9 and 90. RGB value is (51,217,144). Sum of RGB (Red+Green+Blue) = 51+217+144=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 217 (85.16% from 255 or 52.67% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 217 - color contains mainly: green. Hex color #33D990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D990 is #CC266F. Grayscale: #9F9F9F. Windows color (decimal): -13379184 or 9492787. OLE color: 9492787.
HSL color Cylindrical-coordinate representation of color #33D990: hue angle of 153.61º 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 #33D990 is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 51 | 217 | 144 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.15 |
| HSL | 153.61º | 0.69% | 0.53% | - |
| HSV(B) | 153.61º | 0.76% | 0.85% | - |
| XYZ | 31.21 | 52.34 | 34.84 | - |
| YUV | 159.04 | 119.5 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 217 | 144 | 0.76 | 0 | 0.34 | 0.15 | 153.61 | 0.69 | 0.53 |
| Hex | 33 | D9 | 90 | 4C | 0 | 22 | F | 9A | 45 | 35 |
| Octal | 63 | 331 | 220 | 114 | 0 | 42 | 17 | 232 | 105 | 65 |
| Binary | 110011 | 11011001 | 10010000 | 1001100 | 0 | 100010 | 1111 | 10011010 | 1000101 | 110101 |
Color Harmonies of #33D990
Complementary color
Monochromatic Colors of #33D990
Black with #33D990
Text Example
Text Example
White with #33D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D990; }
p { color: rgb(51,217,144); }
H1.HeaderClassName
{
color: #33D990;
}
.AnyTagClassName
{
color: #33D990;
}
</style>
background-color css
<style>
a { background-color: #33D990; }
a { background-color: rgb(51,217,144); }
div.DivClassName
{
background-color: #33D990;
}
.BgClassName
{
background-color: #33D990;
}
</style>
border-color css
<style>
span { border-color: #33D990; }
span { border-color: rgb(51,217,144); }
td.TdClassName
{
border-color: #33D990;
}
.TagClassName
{
border-color: #33D990;
}
</style>