Shades of Shamrock #33F08C
Tints of Shamrock #33F08C
RGB
CMYK
RGB Variations
Color information
#33F08C (or 0x33F08C) is known color: Shamrock. HEX triplet: 33, F0 and 8C. RGB value is (51,240,140). Sum of RGB (Red+Green+Blue) = 51+240+140=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 240 (94.14% from 255 or 55.68% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 240 - color contains mainly: green. Hex color #33F08C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33F08C is #CC0F73. Grayscale: #ACACAC. Windows color (decimal): -13373300 or 9236531. OLE color: 9236531.
HSL color Cylindrical-coordinate representation of color #33F08C: hue angle of 148.25º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F08C is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 51 | 240 | 140 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.06 |
| HSL | 148.25º | 0.86% | 0.57% | - |
| HSV(B) | 148.25º | 0.79% | 0.94% | - |
| XYZ | 37.26 | 64.92 | 35.38 | - |
| YUV | 172.09 | 109.88 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 240 | 140 | 0.79 | 0 | 0.42 | 0.06 | 148.25 | 0.86 | 0.57 |
| Hex | 33 | F0 | 8C | 4F | 0 | 2A | 6 | 94 | 56 | 39 |
| Octal | 63 | 360 | 214 | 117 | 0 | 52 | 6 | 224 | 126 | 71 |
| Binary | 110011 | 11110000 | 10001100 | 1001111 | 0 | 101010 | 110 | 10010100 | 1010110 | 111001 |
Color Harmonies of #33F08C
Complementary color
Monochromatic Colors of #33F08C
Black with #33F08C
Text Example
Text Example
White with #33F08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F08C; }
p { color: rgb(51,240,140); }
H1.HeaderClassName
{
color: #33F08C;
}
.AnyTagClassName
{
color: #33F08C;
}
</style>
background-color css
<style>
a { background-color: #33F08C; }
a { background-color: rgb(51,240,140); }
div.DivClassName
{
background-color: #33F08C;
}
.BgClassName
{
background-color: #33F08C;
}
</style>
border-color css
<style>
span { border-color: #33F08C; }
span { border-color: rgb(51,240,140); }
td.TdClassName
{
border-color: #33F08C;
}
.TagClassName
{
border-color: #33F08C;
}
</style>