Shades of Shamrock #33F28C
Tints of Shamrock #33F28C
RGB
CMYK
RGB Variations
Color information
#33F28C (or 0x33F28C) is known color: Shamrock. HEX triplet: 33, F2 and 8C. RGB value is (51,242,140). Sum of RGB (Red+Green+Blue) = 51+242+140=433 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.78% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #33F28C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33F28C is #CC0D73. Grayscale: #ADADAD. Windows color (decimal): -13372788 or 9237043. OLE color: 9237043.
HSL color Cylindrical-coordinate representation of color #33F28C: hue angle of 147.96º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F28C is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 140 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.05 |
| HSL | 147.96º | 0.88% | 0.57% | - |
| HSV(B) | 147.96º | 0.79% | 0.95% | - |
| XYZ | 37.85 | 66.1 | 35.57 | - |
| YUV | 173.26 | 109.22 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 140 | 0.79 | 0 | 0.42 | 0.05 | 147.96 | 0.88 | 0.57 |
| Hex | 33 | F2 | 8C | 4F | 0 | 2A | 5 | 94 | 58 | 39 |
| Octal | 63 | 362 | 214 | 117 | 0 | 52 | 5 | 224 | 130 | 71 |
| Binary | 110011 | 11110010 | 10001100 | 1001111 | 0 | 101010 | 101 | 10010100 | 1011000 | 111001 |
Color Harmonies of #33F28C
Complementary color
Monochromatic Colors of #33F28C
Black with #33F28C
Text Example
Text Example
White with #33F28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F28C; }
p { color: rgb(51,242,140); }
H1.HeaderClassName
{
color: #33F28C;
}
.AnyTagClassName
{
color: #33F28C;
}
</style>
background-color css
<style>
a { background-color: #33F28C; }
a { background-color: rgb(51,242,140); }
div.DivClassName
{
background-color: #33F28C;
}
.BgClassName
{
background-color: #33F28C;
}
</style>
border-color css
<style>
span { border-color: #33F28C; }
span { border-color: rgb(51,242,140); }
td.TdClassName
{
border-color: #33F28C;
}
.TagClassName
{
border-color: #33F28C;
}
</style>