Shades of Shamrock #3FCF9A
Tints of Shamrock #3FCF9A
RGB
CMYK
RGB Variations
Color information
#3FCF9A (or 0x3FCF9A) is known color: Shamrock. HEX triplet: 3F, CF and 9A. RGB value is (63,207,154). Sum of RGB (Red+Green+Blue) = 63+207+154=424 (56% of max value = 765). Red value is 63 (25% from 255 or 14.86% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCF9A is #C03065. Grayscale: #9D9D9D. Windows color (decimal): -12595302 or 10145599. OLE color: 10145599.
HSL color Cylindrical-coordinate representation of color #3FCF9A: hue angle of 157.92º 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 #3FCF9A is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 154 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.19 |
| HSL | 157.92º | 0.6% | 0.53% | - |
| HSV(B) | 157.92º | 0.7% | 0.81% | - |
| XYZ | 30.2 | 48.02 | 38.25 | - |
| YUV | 157.9 | 125.79 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 154 | 0.70 | 0 | 0.26 | 0.19 | 157.92 | 0.6 | 0.53 |
| Hex | 3F | CF | 9A | 46 | 0 | 1A | 13 | 9E | 3C | 35 |
| Octal | 77 | 317 | 232 | 106 | 0 | 32 | 23 | 236 | 74 | 65 |
| Binary | 111111 | 11001111 | 10011010 | 1000110 | 0 | 11010 | 10011 | 10011110 | 111100 | 110101 |
Color Harmonies of #3FCF9A
Complementary color
Monochromatic Colors of #3FCF9A
Black with #3FCF9A
Text Example
Text Example
White with #3FCF9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF9A; }
p { color: rgb(63,207,154); }
H1.HeaderClassName
{
color: #3FCF9A;
}
.AnyTagClassName
{
color: #3FCF9A;
}
</style>
background-color css
<style>
a { background-color: #3FCF9A; }
a { background-color: rgb(63,207,154); }
div.DivClassName
{
background-color: #3FCF9A;
}
.BgClassName
{
background-color: #3FCF9A;
}
</style>
border-color css
<style>
span { border-color: #3FCF9A; }
span { border-color: rgb(63,207,154); }
td.TdClassName
{
border-color: #3FCF9A;
}
.TagClassName
{
border-color: #3FCF9A;
}
</style>