Shades of Shamrock #33CC85
Tints of Shamrock #33CC85
RGB
CMYK
RGB Variations
Color information
#33CC85 (or 0x33CC85) is known color: Shamrock. HEX triplet: 33, CC and 85. RGB value is (51,204,133). Sum of RGB (Red+Green+Blue) = 51+204+133=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #33CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CC85 is #CC337A. Grayscale: #969696. Windows color (decimal): -13382523 or 8768563. OLE color: 8768563.
HSL color Cylindrical-coordinate representation of color #33CC85: hue angle of 152.16º 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 #33CC85 is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 204 | 133 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.2 |
| HSL | 152.16º | 0.6% | 0.5% | - |
| HSV(B) | 152.16º | 0.75% | 0.8% | - |
| XYZ | 27.19 | 45.58 | 29.56 | - |
| YUV | 150.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 204 | 133 | 0.75 | 0 | 0.35 | 0.2 | 152.16 | 0.6 | 0.5 |
| Hex | 33 | CC | 85 | 4B | 0 | 23 | 14 | 98 | 3C | 32 |
| Octal | 63 | 314 | 205 | 113 | 0 | 43 | 24 | 230 | 74 | 62 |
| Binary | 110011 | 11001100 | 10000101 | 1001011 | 0 | 100011 | 10100 | 10011000 | 111100 | 110010 |
Color Harmonies of #33CC85
Complementary color
Monochromatic Colors of #33CC85
Black with #33CC85
Text Example
Text Example
White with #33CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33CC85; }
p { color: rgb(51,204,133); }
H1.HeaderClassName
{
color: #33CC85;
}
.AnyTagClassName
{
color: #33CC85;
}
</style>
background-color css
<style>
a { background-color: #33CC85; }
a { background-color: rgb(51,204,133); }
div.DivClassName
{
background-color: #33CC85;
}
.BgClassName
{
background-color: #33CC85;
}
</style>
border-color css
<style>
span { border-color: #33CC85; }
span { border-color: rgb(51,204,133); }
td.TdClassName
{
border-color: #33CC85;
}
.TagClassName
{
border-color: #33CC85;
}
</style>