Shades of Shamrock #33ED8C
Tints of Shamrock #33ED8C
RGB
CMYK
RGB Variations
Color information
#33ED8C (or 0x33ED8C) is known color: Shamrock. HEX triplet: 33, ED and 8C. RGB value is (51,237,140). Sum of RGB (Red+Green+Blue) = 51+237+140=428 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.92% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33ED8C is #CC1273. Grayscale: #AAAAAA. Windows color (decimal): -13374068 or 9235763. OLE color: 9235763.
HSL color Cylindrical-coordinate representation of color #33ED8C: hue angle of 148.71º 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 #33ED8C is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 237 | 140 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.07 |
| HSL | 148.71º | 0.84% | 0.56% | - |
| HSV(B) | 148.71º | 0.78% | 0.93% | - |
| XYZ | 36.38 | 63.17 | 35.09 | - |
| YUV | 170.33 | 110.88 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 237 | 140 | 0.78 | 0 | 0.41 | 0.07 | 148.71 | 0.84 | 0.56 |
| Hex | 33 | ED | 8C | 4E | 0 | 29 | 7 | 95 | 54 | 38 |
| Octal | 63 | 355 | 214 | 116 | 0 | 51 | 7 | 225 | 124 | 70 |
| Binary | 110011 | 11101101 | 10001100 | 1001110 | 0 | 101001 | 111 | 10010101 | 1010100 | 111000 |
Color Harmonies of #33ED8C
Complementary color
Monochromatic Colors of #33ED8C
Black with #33ED8C
Text Example
Text Example
White with #33ED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ED8C; }
p { color: rgb(51,237,140); }
H1.HeaderClassName
{
color: #33ED8C;
}
.AnyTagClassName
{
color: #33ED8C;
}
</style>
background-color css
<style>
a { background-color: #33ED8C; }
a { background-color: rgb(51,237,140); }
div.DivClassName
{
background-color: #33ED8C;
}
.BgClassName
{
background-color: #33ED8C;
}
</style>
border-color css
<style>
span { border-color: #33ED8C; }
span { border-color: rgb(51,237,140); }
td.TdClassName
{
border-color: #33ED8C;
}
.TagClassName
{
border-color: #33ED8C;
}
</style>