Shades of Shamrock #32CB93
Tints of Shamrock #32CB93
RGB
CMYK
RGB Variations
Color information
#32CB93 (or 0x32CB93) is known color: Shamrock. HEX triplet: 32, CB and 93. RGB value is (50,203,147). Sum of RGB (Red+Green+Blue) = 50+203+147=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CB93 is #CD346C. Grayscale: #969696. Windows color (decimal): -13448301 or 9685810. OLE color: 9685810.
HSL color Cylindrical-coordinate representation of color #32CB93: hue angle of 158.04º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CB93 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 203 | 147 | - |
| CMYK | 0.75 | 0 | 0.28 | 0.20 |
| HSL | 158.04º | 0.6% | 0.5% | - |
| HSV(B) | 158.04º | 0.75% | 0.8% | - |
| XYZ | 27.94 | 45.5 | 34.91 | - |
| YUV | 150.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 147 | 0.75 | 0 | 0.28 | 0.20 | 158.04 | 0.6 | 0.5 |
| Hex | 32 | CB | 93 | 4B | 0 | 1C | 14 | 9E | 3C | 32 |
| Octal | 62 | 313 | 223 | 113 | 0 | 34 | 24 | 236 | 74 | 62 |
| Binary | 110010 | 11001011 | 10010011 | 1001011 | 0 | 11100 | 10100 | 10011110 | 111100 | 110010 |
Color Harmonies of #32CB93
Complementary color
Monochromatic Colors of #32CB93
Black with #32CB93
Text Example
Text Example
White with #32CB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CB93; }
p { color: rgb(50,203,147); }
H1.HeaderClassName
{
color: #32CB93;
}
.AnyTagClassName
{
color: #32CB93;
}
</style>
background-color css
<style>
a { background-color: #32CB93; }
a { background-color: rgb(50,203,147); }
div.DivClassName
{
background-color: #32CB93;
}
.BgClassName
{
background-color: #32CB93;
}
</style>
border-color css
<style>
span { border-color: #32CB93; }
span { border-color: rgb(50,203,147); }
td.TdClassName
{
border-color: #32CB93;
}
.TagClassName
{
border-color: #32CB93;
}
</style>