Shades of Shamrock #3FBF8F
Tints of Shamrock #3FBF8F
RGB
CMYK
RGB Variations
Color information
#3FBF8F (or 0x3FBF8F) is known color: Shamrock. HEX triplet: 3F, BF and 8F. RGB value is (63,191,143). Sum of RGB (Red+Green+Blue) = 63+191+143=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FBF8F is #C04070. Grayscale: #939393. Windows color (decimal): -12599409 or 9420607. OLE color: 9420607.
HSL color Cylindrical-coordinate representation of color #3FBF8F: hue angle of 157.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBF8F is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 143 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.25 |
| HSL | 157.5º | 0.5% | 0.5% | - |
| HSV(B) | 157.5º | 0.67% | 0.75% | - |
| XYZ | 25.64 | 40.3 | 32.41 | - |
| YUV | 147.26 | 125.59 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 143 | 0.67 | 0 | 0.25 | 0.25 | 157.5 | 0.5 | 0.5 |
| Hex | 3F | BF | 8F | 43 | 0 | 19 | 19 | 9E | 32 | 32 |
| Octal | 77 | 277 | 217 | 103 | 0 | 31 | 31 | 236 | 62 | 62 |
| Binary | 111111 | 10111111 | 10001111 | 1000011 | 0 | 11001 | 11001 | 10011110 | 110010 | 110010 |
Color Harmonies of #3FBF8F
Complementary color
Monochromatic Colors of #3FBF8F
Black with #3FBF8F
Text Example
Text Example
White with #3FBF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBF8F; }
p { color: rgb(63,191,143); }
H1.HeaderClassName
{
color: #3FBF8F;
}
.AnyTagClassName
{
color: #3FBF8F;
}
</style>
background-color css
<style>
a { background-color: #3FBF8F; }
a { background-color: rgb(63,191,143); }
div.DivClassName
{
background-color: #3FBF8F;
}
.BgClassName
{
background-color: #3FBF8F;
}
</style>
border-color css
<style>
span { border-color: #3FBF8F; }
span { border-color: rgb(63,191,143); }
td.TdClassName
{
border-color: #3FBF8F;
}
.TagClassName
{
border-color: #3FBF8F;
}
</style>