Shades of Shamrock #3FCD87
Tints of Shamrock #3FCD87
RGB
CMYK
RGB Variations
Color information
#3FCD87 (or 0x3FCD87) is known color: Shamrock. HEX triplet: 3F, CD and 87. RGB value is (63,205,135). Sum of RGB (Red+Green+Blue) = 63+205+135=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD87 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCD87 is #C03278. Grayscale: #9A9A9A. Windows color (decimal): -12595833 or 8899903. OLE color: 8899903.
HSL color Cylindrical-coordinate representation of color #3FCD87: hue angle of 150.42º 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 #3FCD87 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
RGB | 63 | 205 | 135 | - |
CMYK | 0.69 | 0 | 0.34 | 0.20 |
HSL | 150.42º | 0.59% | 0.53% | - |
HSV(B) | 150.42º | 0.69% | 0.8% | - |
XYZ | 28.25 | 46.47 | 30.4 | - |
YUV | 154.56 | 116.96 | 62.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 205 | 135 | 0.69 | 0 | 0.34 | 0.20 | 150.42 | 0.59 | 0.53 |
Hex | 3F | CD | 87 | 45 | 0 | 22 | 14 | 96 | 3B | 35 |
Octal | 77 | 315 | 207 | 105 | 0 | 42 | 24 | 226 | 73 | 65 |
Binary | 111111 | 11001101 | 10000111 | 1000101 | 0 | 100010 | 10100 | 10010110 | 111011 | 110101 |
Color Harmonies of #3FCD87
Complementary color
Monochromatic Colors of #3FCD87
Black with #3FCD87
Text Example
Text Example
White with #3FCD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD87; }
p { color: rgb(63,205,135); }
H1.HeaderClassName
{
color: #3FCD87;
}
.AnyTagClassName
{
color: #3FCD87;
}
</style>
background-color css
<style>
a { background-color: #3FCD87; }
a { background-color: rgb(63,205,135); }
div.DivClassName
{
background-color: #3FCD87;
}
.BgClassName
{
background-color: #3FCD87;
}
</style>
border-color css
<style>
span { border-color: #3FCD87; }
span { border-color: rgb(63,205,135); }
td.TdClassName
{
border-color: #3FCD87;
}
.TagClassName
{
border-color: #3FCD87;
}
</style>