Shades of Shamrock #33ED8F
Tints of Shamrock #33ED8F
RGB
CMYK
RGB Variations
Color information
#33ED8F (or 0x33ED8F) is known color: Shamrock. HEX triplet: 33, ED and 8F. RGB value is (51,237,143). Sum of RGB (Red+Green+Blue) = 51+237+143=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33ED8F is #CC1270. Grayscale: #AAAAAA. Windows color (decimal): -13374065 or 9432371. OLE color: 9432371.
HSL color Cylindrical-coordinate representation of color #33ED8F: hue angle of 149.68º 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 #33ED8F is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 143 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.07 |
| HSL | 149.68º | 0.84% | 0.56% | - |
| HSV(B) | 149.68º | 0.78% | 0.93% | - |
| XYZ | 36.61 | 63.26 | 36.27 | - |
| YUV | 170.67 | 112.38 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 143 | 0.78 | 0 | 0.40 | 0.07 | 149.68 | 0.84 | 0.56 |
| Hex | 33 | ED | 8F | 4E | 0 | 28 | 7 | 96 | 54 | 38 |
| Octal | 63 | 355 | 217 | 116 | 0 | 50 | 7 | 226 | 124 | 70 |
| Binary | 110011 | 11101101 | 10001111 | 1001110 | 0 | 101000 | 111 | 10010110 | 1010100 | 111000 |
Color Harmonies of #33ED8F
Complementary color
Monochromatic Colors of #33ED8F
Black with #33ED8F
Text Example
Text Example
White with #33ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ED8F; }
p { color: rgb(51,237,143); }
H1.HeaderClassName
{
color: #33ED8F;
}
.AnyTagClassName
{
color: #33ED8F;
}
</style>
background-color css
<style>
a { background-color: #33ED8F; }
a { background-color: rgb(51,237,143); }
div.DivClassName
{
background-color: #33ED8F;
}
.BgClassName
{
background-color: #33ED8F;
}
</style>
border-color css
<style>
span { border-color: #33ED8F; }
span { border-color: rgb(51,237,143); }
td.TdClassName
{
border-color: #33ED8F;
}
.TagClassName
{
border-color: #33ED8F;
}
</style>