Shades of Shamrock #33FB8C
Tints of Shamrock #33FB8C
RGB
CMYK
RGB Variations
Color information
#33FB8C (or 0x33FB8C) is known color: Shamrock. HEX triplet: 33, FB and 8C. RGB value is (51,251,140). Sum of RGB (Red+Green+Blue) = 51+251+140=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #33FB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FB8C is #CC0473. Grayscale: #B2B2B2. Windows color (decimal): -13370484 or 9239347. OLE color: 9239347.
HSL color Cylindrical-coordinate representation of color #33FB8C: hue angle of 146.7º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FB8C is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 51 | 251 | 140 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.02 |
| HSL | 146.7º | 0.96% | 0.59% | - |
| HSV(B) | 146.7º | 0.8% | 0.98% | - |
| XYZ | 40.6 | 71.59 | 36.49 | - |
| YUV | 178.55 | 106.24 | 37.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 251 | 140 | 0.80 | 0 | 0.44 | 0.02 | 146.7 | 0.96 | 0.59 |
| Hex | 33 | FB | 8C | 50 | 0 | 2C | 2 | 93 | 60 | 3B |
| Octal | 63 | 373 | 214 | 120 | 0 | 54 | 2 | 223 | 140 | 73 |
| Binary | 110011 | 11111011 | 10001100 | 1010000 | 0 | 101100 | 10 | 10010011 | 1100000 | 111011 |
Color Harmonies of #33FB8C
Complementary color
Monochromatic Colors of #33FB8C
Black with #33FB8C
Text Example
Text Example
White with #33FB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FB8C; }
p { color: rgb(51,251,140); }
H1.HeaderClassName
{
color: #33FB8C;
}
.AnyTagClassName
{
color: #33FB8C;
}
</style>
background-color css
<style>
a { background-color: #33FB8C; }
a { background-color: rgb(51,251,140); }
div.DivClassName
{
background-color: #33FB8C;
}
.BgClassName
{
background-color: #33FB8C;
}
</style>
border-color css
<style>
span { border-color: #33FB8C; }
span { border-color: rgb(51,251,140); }
td.TdClassName
{
border-color: #33FB8C;
}
.TagClassName
{
border-color: #33FB8C;
}
</style>