Shades of Shamrock #33EDA4
Tints of Shamrock #33EDA4
RGB
CMYK
RGB Variations
Color information
#33EDA4 (or 0x33EDA4) is known color: Shamrock. HEX triplet: 33, ED and A4. RGB value is (51,237,164). Sum of RGB (Red+Green+Blue) = 51+237+164=452 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.28% from 452); Green value is 237 (92.97% from 255 or 52.43% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 237 - color contains mainly: green. Hex color #33EDA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33EDA4 is #CC125B. Grayscale: #ADADAD. Windows color (decimal): -13374044 or 10808627. OLE color: 10808627.
HSL color Cylindrical-coordinate representation of color #33EDA4: hue angle of 156.45º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33EDA4 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 164 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.07 |
| HSL | 156.45º | 0.84% | 0.56% | - |
| HSV(B) | 156.45º | 0.78% | 0.93% | - |
| XYZ | 38.35 | 63.95 | 45.44 | - |
| YUV | 173.06 | 122.88 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 164 | 0.78 | 0 | 0.31 | 0.07 | 156.45 | 0.84 | 0.56 |
| Hex | 33 | ED | A4 | 4E | 0 | 1F | 7 | 9C | 54 | 38 |
| Octal | 63 | 355 | 244 | 116 | 0 | 37 | 7 | 234 | 124 | 70 |
| Binary | 110011 | 11101101 | 10100100 | 1001110 | 0 | 11111 | 111 | 10011100 | 1010100 | 111000 |
Color Harmonies of #33EDA4
Complementary color
Monochromatic Colors of #33EDA4
Black with #33EDA4
Text Example
Text Example
White with #33EDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33EDA4; }
p { color: rgb(51,237,164); }
H1.HeaderClassName
{
color: #33EDA4;
}
.AnyTagClassName
{
color: #33EDA4;
}
</style>
background-color css
<style>
a { background-color: #33EDA4; }
a { background-color: rgb(51,237,164); }
div.DivClassName
{
background-color: #33EDA4;
}
.BgClassName
{
background-color: #33EDA4;
}
</style>
border-color css
<style>
span { border-color: #33EDA4; }
span { border-color: rgb(51,237,164); }
td.TdClassName
{
border-color: #33EDA4;
}
.TagClassName
{
border-color: #33EDA4;
}
</style>