Shades of Shamrock #32EE92
Tints of Shamrock #32EE92
RGB
CMYK
RGB Variations
Color information
#32EE92 (or 0x32EE92) is known color: Shamrock. HEX triplet: 32, EE and 92. RGB value is (50,238,146). Sum of RGB (Red+Green+Blue) = 50+238+146=434 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.52% from 434); Green value is 238 (93.36% from 255 or 54.84% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #32EE92 is #CD116D. Grayscale: #ABABAB. Windows color (decimal): -13439342 or 9629234. OLE color: 9629234.
HSL color Cylindrical-coordinate representation of color #32EE92: hue angle of 150.64º degrees, saturation: 0.85, 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 #32EE92 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 146 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.07 |
| HSL | 150.64º | 0.85% | 0.56% | - |
| HSV(B) | 150.64º | 0.79% | 0.93% | - |
| XYZ | 37.08 | 63.9 | 37.57 | - |
| YUV | 171.3 | 113.72 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 146 | 0.79 | 0 | 0.39 | 0.07 | 150.64 | 0.85 | 0.56 |
| Hex | 32 | EE | 92 | 4F | 0 | 27 | 7 | 97 | 55 | 38 |
| Octal | 62 | 356 | 222 | 117 | 0 | 47 | 7 | 227 | 125 | 70 |
| Binary | 110010 | 11101110 | 10010010 | 1001111 | 0 | 100111 | 111 | 10010111 | 1010101 | 111000 |
Color Harmonies of #32EE92
Complementary color
Monochromatic Colors of #32EE92
Black with #32EE92
Text Example
Text Example
White with #32EE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE92; }
p { color: rgb(50,238,146); }
H1.HeaderClassName
{
color: #32EE92;
}
.AnyTagClassName
{
color: #32EE92;
}
</style>
background-color css
<style>
a { background-color: #32EE92; }
a { background-color: rgb(50,238,146); }
div.DivClassName
{
background-color: #32EE92;
}
.BgClassName
{
background-color: #32EE92;
}
</style>
border-color css
<style>
span { border-color: #32EE92; }
span { border-color: rgb(50,238,146); }
td.TdClassName
{
border-color: #32EE92;
}
.TagClassName
{
border-color: #32EE92;
}
</style>