Shades of Shamrock #33F299
Tints of Shamrock #33F299
RGB
CMYK
RGB Variations
Color information
#33F299 (or 0x33F299) is known color: Shamrock. HEX triplet: 33, F2 and 99. RGB value is (51,242,153). Sum of RGB (Red+Green+Blue) = 51+242+153=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 242 (94.92% from 255 or 54.26% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 242 - color contains mainly: green. Hex color #33F299 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33F299 is #CC0D66. Grayscale: #AEAEAE. Windows color (decimal): -13372775 or 10089011. OLE color: 10089011.
HSL color Cylindrical-coordinate representation of color #33F299: hue angle of 152.04º 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 #33F299 is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 51 | 242 | 153 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.05 |
| HSL | 152.04º | 0.88% | 0.57% | - |
| HSV(B) | 152.04º | 0.79% | 0.95% | - |
| XYZ | 38.87 | 66.51 | 40.93 | - |
| YUV | 174.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 242 | 153 | 0.79 | 0 | 0.37 | 0.05 | 152.04 | 0.88 | 0.57 |
| Hex | 33 | F2 | 99 | 4F | 0 | 25 | 5 | 98 | 58 | 39 |
| Octal | 63 | 362 | 231 | 117 | 0 | 45 | 5 | 230 | 130 | 71 |
| Binary | 110011 | 11110010 | 10011001 | 1001111 | 0 | 100101 | 101 | 10011000 | 1011000 | 111001 |
Color Harmonies of #33F299
Complementary color
Monochromatic Colors of #33F299
Black with #33F299
Text Example
Text Example
White with #33F299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33F299; }
p { color: rgb(51,242,153); }
H1.HeaderClassName
{
color: #33F299;
}
.AnyTagClassName
{
color: #33F299;
}
</style>
background-color css
<style>
a { background-color: #33F299; }
a { background-color: rgb(51,242,153); }
div.DivClassName
{
background-color: #33F299;
}
.BgClassName
{
background-color: #33F299;
}
</style>
border-color css
<style>
span { border-color: #33F299; }
span { border-color: rgb(51,242,153); }
td.TdClassName
{
border-color: #33F299;
}
.TagClassName
{
border-color: #33F299;
}
</style>