Shades of Shamrock #33FEAA
Tints of Shamrock #33FEAA
RGB
CMYK
RGB Variations
Color information
#33FEAA (or 0x33FEAA) is known color: Shamrock. HEX triplet: 33, FE and AA. RGB value is (51,254,170). Sum of RGB (Red+Green+Blue) = 51+254+170=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 254 (99.61% from 255 or 53.47% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 254 - color contains mainly: green. Hex color #33FEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FEAA is #CC0155. Grayscale: #B7B7B7. Windows color (decimal): -13369686 or 11206195. OLE color: 11206195.
HSL color Cylindrical-coordinate representation of color #33FEAA: hue angle of 155.17º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FEAA is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 254 | 170 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.00 |
| HSL | 155.17º | 0.99% | 0.6% | - |
| HSV(B) | 155.17º | 0.8% | 1% | - |
| XYZ | 44.06 | 74.49 | 50.09 | - |
| YUV | 183.73 | 120.25 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 254 | 170 | 0.80 | 0 | 0.33 | 0.00 | 155.17 | 0.99 | 0.6 |
| Hex | 33 | FE | AA | 50 | 0 | 21 | 0 | 9B | 63 | 3C |
| Octal | 63 | 376 | 252 | 120 | 0 | 41 | 0 | 233 | 143 | 74 |
| Binary | 110011 | 11111110 | 10101010 | 1010000 | 0 | 100001 | 0 | 10011011 | 1100011 | 111100 |
Color Harmonies of #33FEAA
Complementary color
Monochromatic Colors of #33FEAA
Black with #33FEAA
Text Example
Text Example
White with #33FEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33FEAA; }
p { color: rgb(51,254,170); }
H1.HeaderClassName
{
color: #33FEAA;
}
.AnyTagClassName
{
color: #33FEAA;
}
</style>
background-color css
<style>
a { background-color: #33FEAA; }
a { background-color: rgb(51,254,170); }
div.DivClassName
{
background-color: #33FEAA;
}
.BgClassName
{
background-color: #33FEAA;
}
</style>
border-color css
<style>
span { border-color: #33FEAA; }
span { border-color: rgb(51,254,170); }
td.TdClassName
{
border-color: #33FEAA;
}
.TagClassName
{
border-color: #33FEAA;
}
</style>