Shades of Shamrock #3FCF88
Tints of Shamrock #3FCF88
RGB
CMYK
RGB Variations
Color information
#3FCF88 (or 0x3FCF88) is known color: Shamrock. HEX triplet: 3F, CF and 88. RGB value is (63,207,136). Sum of RGB (Red+Green+Blue) = 63+207+136=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCF88 is #C03077. Grayscale: #9B9B9B. Windows color (decimal): -12595320 or 8965951. OLE color: 8965951.
HSL color Cylindrical-coordinate representation of color #3FCF88: hue angle of 150.42º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF88 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 136 | - |
| CMYK | 0.70 | 0 | 0.34 | 0.19 |
| HSL | 150.42º | 0.6% | 0.53% | - |
| HSV(B) | 150.42º | 0.7% | 0.81% | - |
| XYZ | 28.81 | 47.46 | 30.93 | - |
| YUV | 155.85 | 116.79 | 61.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 136 | 0.70 | 0 | 0.34 | 0.19 | 150.42 | 0.6 | 0.53 |
| Hex | 3F | CF | 88 | 46 | 0 | 22 | 13 | 96 | 3C | 35 |
| Octal | 77 | 317 | 210 | 106 | 0 | 42 | 23 | 226 | 74 | 65 |
| Binary | 111111 | 11001111 | 10001000 | 1000110 | 0 | 100010 | 10011 | 10010110 | 111100 | 110101 |
Color Harmonies of #3FCF88
Complementary color
Monochromatic Colors of #3FCF88
Black with #3FCF88
Text Example
Text Example
White with #3FCF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF88; }
p { color: rgb(63,207,136); }
H1.HeaderClassName
{
color: #3FCF88;
}
.AnyTagClassName
{
color: #3FCF88;
}
</style>
background-color css
<style>
a { background-color: #3FCF88; }
a { background-color: rgb(63,207,136); }
div.DivClassName
{
background-color: #3FCF88;
}
.BgClassName
{
background-color: #3FCF88;
}
</style>
border-color css
<style>
span { border-color: #3FCF88; }
span { border-color: rgb(63,207,136); }
td.TdClassName
{
border-color: #3FCF88;
}
.TagClassName
{
border-color: #3FCF88;
}
</style>