Shades of Shamrock #33D68C
Tints of Shamrock #33D68C
RGB
CMYK
RGB Variations
Color information
#33D68C (or 0x33D68C) is known color: Shamrock. HEX triplet: 33, D6 and 8C. RGB value is (51,214,140). Sum of RGB (Red+Green+Blue) = 51+214+140=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 214 (83.98% from 255 or 52.84% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 214 - color contains mainly: green. Hex color #33D68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33D68C is #CC2973. Grayscale: #9C9C9C. Windows color (decimal): -13379956 or 9229875. OLE color: 9229875.
HSL color Cylindrical-coordinate representation of color #33D68C: hue angle of 152.76º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D68C is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 51 | 214 | 140 | - |
| CMYK | 0.76 | 0 | 0.35 | 0.16 |
| HSL | 152.76º | 0.67% | 0.52% | - |
| HSV(B) | 152.76º | 0.76% | 0.84% | - |
| XYZ | 30.15 | 50.69 | 33.01 | - |
| YUV | 156.83 | 118.5 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 214 | 140 | 0.76 | 0 | 0.35 | 0.16 | 152.76 | 0.67 | 0.52 |
| Hex | 33 | D6 | 8C | 4C | 0 | 23 | 10 | 99 | 43 | 34 |
| Octal | 63 | 326 | 214 | 114 | 0 | 43 | 20 | 231 | 103 | 64 |
| Binary | 110011 | 11010110 | 10001100 | 1001100 | 0 | 100011 | 10000 | 10011001 | 1000011 | 110100 |
Color Harmonies of #33D68C
Complementary color
Monochromatic Colors of #33D68C
Black with #33D68C
Text Example
Text Example
White with #33D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33D68C; }
p { color: rgb(51,214,140); }
H1.HeaderClassName
{
color: #33D68C;
}
.AnyTagClassName
{
color: #33D68C;
}
</style>
background-color css
<style>
a { background-color: #33D68C; }
a { background-color: rgb(51,214,140); }
div.DivClassName
{
background-color: #33D68C;
}
.BgClassName
{
background-color: #33D68C;
}
</style>
border-color css
<style>
span { border-color: #33D68C; }
span { border-color: rgb(51,214,140); }
td.TdClassName
{
border-color: #33D68C;
}
.TagClassName
{
border-color: #33D68C;
}
</style>