Shades of Shamrock #32ED90
Tints of Shamrock #32ED90
RGB
CMYK
RGB Variations
Color information
#32ED90 (or 0x32ED90) is known color: Shamrock. HEX triplet: 32, ED and 90. RGB value is (50,237,144). Sum of RGB (Red+Green+Blue) = 50+237+144=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32ED90 is #CD126F. Grayscale: #AAAAAA. Windows color (decimal): -13439600 or 9497906. OLE color: 9497906.
HSL color Cylindrical-coordinate representation of color #32ED90: hue angle of 150.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ED90 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 144 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.07 |
| HSL | 150.16º | 0.84% | 0.56% | - |
| HSV(B) | 150.16º | 0.79% | 0.93% | - |
| XYZ | 36.63 | 63.26 | 36.67 | - |
| YUV | 170.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 144 | 0.79 | 0 | 0.39 | 0.07 | 150.16 | 0.84 | 0.56 |
| Hex | 32 | ED | 90 | 4F | 0 | 27 | 7 | 96 | 54 | 38 |
| Octal | 62 | 355 | 220 | 117 | 0 | 47 | 7 | 226 | 124 | 70 |
| Binary | 110010 | 11101101 | 10010000 | 1001111 | 0 | 100111 | 111 | 10010110 | 1010100 | 111000 |
Color Harmonies of #32ED90
Complementary color
Monochromatic Colors of #32ED90
Black with #32ED90
Text Example
Text Example
White with #32ED90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED90; }
p { color: rgb(50,237,144); }
H1.HeaderClassName
{
color: #32ED90;
}
.AnyTagClassName
{
color: #32ED90;
}
</style>
background-color css
<style>
a { background-color: #32ED90; }
a { background-color: rgb(50,237,144); }
div.DivClassName
{
background-color: #32ED90;
}
.BgClassName
{
background-color: #32ED90;
}
</style>
border-color css
<style>
span { border-color: #32ED90; }
span { border-color: rgb(50,237,144); }
td.TdClassName
{
border-color: #32ED90;
}
.TagClassName
{
border-color: #32ED90;
}
</style>