Shades of Shamrock #3FCD88
Tints of Shamrock #3FCD88
RGB
CMYK
RGB Variations
Color information
#3FCD88 (or 0x3FCD88) is known color: Shamrock. HEX triplet: 3F, CD and 88. RGB value is (63,205,136). Sum of RGB (Red+Green+Blue) = 63+205+136=404 (53% of max value = 765). Red value is 63 (25% from 255 or 15.59% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD88 is #C03277. Grayscale: #9A9A9A. Windows color (decimal): -12595832 or 8965439. OLE color: 8965439.
HSL color Cylindrical-coordinate representation of color #3FCD88: hue angle of 150.85º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD88 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 136 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.20 |
| HSL | 150.85º | 0.59% | 0.53% | - |
| HSV(B) | 150.85º | 0.69% | 0.8% | - |
| XYZ | 28.33 | 46.5 | 30.77 | - |
| YUV | 154.68 | 117.46 | 62.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 136 | 0.69 | 0 | 0.34 | 0.20 | 150.85 | 0.59 | 0.53 |
| Hex | 3F | CD | 88 | 45 | 0 | 22 | 14 | 97 | 3B | 35 |
| Octal | 77 | 315 | 210 | 105 | 0 | 42 | 24 | 227 | 73 | 65 |
| Binary | 111111 | 11001101 | 10001000 | 1000101 | 0 | 100010 | 10100 | 10010111 | 111011 | 110101 |
Color Harmonies of #3FCD88
Complementary color
Monochromatic Colors of #3FCD88
Black with #3FCD88
Text Example
Text Example
White with #3FCD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD88; }
p { color: rgb(63,205,136); }
H1.HeaderClassName
{
color: #3FCD88;
}
.AnyTagClassName
{
color: #3FCD88;
}
</style>
background-color css
<style>
a { background-color: #3FCD88; }
a { background-color: rgb(63,205,136); }
div.DivClassName
{
background-color: #3FCD88;
}
.BgClassName
{
background-color: #3FCD88;
}
</style>
border-color css
<style>
span { border-color: #3FCD88; }
span { border-color: rgb(63,205,136); }
td.TdClassName
{
border-color: #3FCD88;
}
.TagClassName
{
border-color: #3FCD88;
}
</style>