Shades of Shamrock #33F88D
Tints of Shamrock #33F88D
RGB
CMYK
RGB Variations
Color information
#33F88D (or 0x33F88D) is known color: Shamrock. HEX triplet: 33, F8 and 8D. RGB value is (51,248,141). Sum of RGB (Red+Green+Blue) = 51+248+141=440 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.59% from 440); Green value is 248 (97.27% from 255 or 56.36% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 248 - color contains mainly: green. Hex color #33F88D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33F88D is #CC0772. Grayscale: #B1B1B1. Windows color (decimal): -13371251 or 9304115. OLE color: 9304115.
HSL color Cylindrical-coordinate representation of color #33F88D: hue angle of 147.41º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F88D is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 248 | 141 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.03 |
| HSL | 147.41º | 0.93% | 0.59% | - |
| HSV(B) | 147.41º | 0.79% | 0.97% | - |
| XYZ | 39.74 | 69.76 | 36.57 | - |
| YUV | 176.9 | 107.73 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 248 | 141 | 0.79 | 0 | 0.43 | 0.03 | 147.41 | 0.93 | 0.59 |
| Hex | 33 | F8 | 8D | 4F | 0 | 2B | 3 | 93 | 5D | 3B |
| Octal | 63 | 370 | 215 | 117 | 0 | 53 | 3 | 223 | 135 | 73 |
| Binary | 110011 | 11111000 | 10001101 | 1001111 | 0 | 101011 | 11 | 10010011 | 1011101 | 111011 |
Color Harmonies of #33F88D
Complementary color
Monochromatic Colors of #33F88D
Black with #33F88D
Text Example
Text Example
White with #33F88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F88D; }
p { color: rgb(51,248,141); }
H1.HeaderClassName
{
color: #33F88D;
}
.AnyTagClassName
{
color: #33F88D;
}
</style>
background-color css
<style>
a { background-color: #33F88D; }
a { background-color: rgb(51,248,141); }
div.DivClassName
{
background-color: #33F88D;
}
.BgClassName
{
background-color: #33F88D;
}
</style>
border-color css
<style>
span { border-color: #33F88D; }
span { border-color: rgb(51,248,141); }
td.TdClassName
{
border-color: #33F88D;
}
.TagClassName
{
border-color: #33F88D;
}
</style>