Shades of Shamrock #32BF99
Tints of Shamrock #32BF99
RGB
CMYK
RGB Variations
Color information
#32BF99 (or 0x32BF99) is known color: Shamrock. HEX triplet: 32, BF and 99. RGB value is (50,191,153). Sum of RGB (Red+Green+Blue) = 50+191+153=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 191 (75% from 255 or 48.48% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 191 - color contains mainly: green. Hex color #32BF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32BF99 is #CD4066. Grayscale: #909090. Windows color (decimal): -13451367 or 10075954. OLE color: 10075954.
HSL color Cylindrical-coordinate representation of color #32BF99: hue angle of 163.83º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BF99 is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 191 | 153 | - |
| CMYK | 0.74 | 0 | 0.20 | 0.25 |
| HSL | 163.83º | 0.59% | 0.47% | - |
| HSV(B) | 163.83º | 0.74% | 0.75% | - |
| XYZ | 25.7 | 40.24 | 36.55 | - |
| YUV | 144.51 | 132.79 | 60.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 153 | 0.74 | 0 | 0.20 | 0.25 | 163.83 | 0.59 | 0.47 |
| Hex | 32 | BF | 99 | 4A | 0 | 14 | 19 | A4 | 3B | 2F |
| Octal | 62 | 277 | 231 | 112 | 0 | 24 | 31 | 244 | 73 | 57 |
| Binary | 110010 | 10111111 | 10011001 | 1001010 | 0 | 10100 | 11001 | 10100100 | 111011 | 101111 |
Color Harmonies of #32BF99
Complementary color
Monochromatic Colors of #32BF99
Black with #32BF99
Text Example
Text Example
White with #32BF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BF99; }
p { color: rgb(50,191,153); }
H1.HeaderClassName
{
color: #32BF99;
}
.AnyTagClassName
{
color: #32BF99;
}
</style>
background-color css
<style>
a { background-color: #32BF99; }
a { background-color: rgb(50,191,153); }
div.DivClassName
{
background-color: #32BF99;
}
.BgClassName
{
background-color: #32BF99;
}
</style>
border-color css
<style>
span { border-color: #32BF99; }
span { border-color: rgb(50,191,153); }
td.TdClassName
{
border-color: #32BF99;
}
.TagClassName
{
border-color: #32BF99;
}
</style>