Shades of Shamrock #33CC8C
Tints of Shamrock #33CC8C
RGB
CMYK
RGB Variations
Color information
#33CC8C (or 0x33CC8C) is known color: Shamrock. HEX triplet: 33, CC and 8C. RGB value is (51,204,140). Sum of RGB (Red+Green+Blue) = 51+204+140=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CC8C is #CC3373. Grayscale: #979797. Windows color (decimal): -13382516 or 9227315. OLE color: 9227315.
HSL color Cylindrical-coordinate representation of color #33CC8C: hue angle of 154.9º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33CC8C is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 140 | - |
| CMYK | 0.75 | 0 | 0.31 | 0.2 |
| HSL | 154.9º | 0.6% | 0.5% | - |
| HSV(B) | 154.9º | 0.75% | 0.8% | - |
| XYZ | 27.69 | 45.78 | 32.19 | - |
| YUV | 150.96 | 121.81 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 140 | 0.75 | 0 | 0.31 | 0.2 | 154.9 | 0.6 | 0.5 |
| Hex | 33 | CC | 8C | 4B | 0 | 1F | 14 | 9B | 3C | 32 |
| Octal | 63 | 314 | 214 | 113 | 0 | 37 | 24 | 233 | 74 | 62 |
| Binary | 110011 | 11001100 | 10001100 | 1001011 | 0 | 11111 | 10100 | 10011011 | 111100 | 110010 |
Color Harmonies of #33CC8C
Complementary color
Monochromatic Colors of #33CC8C
Black with #33CC8C
Text Example
Text Example
White with #33CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC8C; }
p { color: rgb(51,204,140); }
H1.HeaderClassName
{
color: #33CC8C;
}
.AnyTagClassName
{
color: #33CC8C;
}
</style>
background-color css
<style>
a { background-color: #33CC8C; }
a { background-color: rgb(51,204,140); }
div.DivClassName
{
background-color: #33CC8C;
}
.BgClassName
{
background-color: #33CC8C;
}
</style>
border-color css
<style>
span { border-color: #33CC8C; }
span { border-color: rgb(51,204,140); }
td.TdClassName
{
border-color: #33CC8C;
}
.TagClassName
{
border-color: #33CC8C;
}
</style>