Shades of Shamrock #3FCF98
Tints of Shamrock #3FCF98
RGB
CMYK
RGB Variations
Color information
#3FCF98 (or 0x3FCF98) is known color: Shamrock. HEX triplet: 3F, CF and 98. RGB value is (63,207,152). Sum of RGB (Red+Green+Blue) = 63+207+152=422 (55% of max value = 765). Red value is 63 (25% from 255 or 14.93% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCF98 is #C03067. Grayscale: #9D9D9D. Windows color (decimal): -12595304 or 10014527. OLE color: 10014527.
HSL color Cylindrical-coordinate representation of color #3FCF98: hue angle of 157.08º 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 #3FCF98 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 152 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.19 |
| HSL | 157.08º | 0.6% | 0.53% | - |
| HSV(B) | 157.08º | 0.7% | 0.81% | - |
| XYZ | 30.03 | 47.95 | 37.38 | - |
| YUV | 157.67 | 124.79 | 60.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 152 | 0.70 | 0 | 0.27 | 0.19 | 157.08 | 0.6 | 0.53 |
| Hex | 3F | CF | 98 | 46 | 0 | 1B | 13 | 9D | 3C | 35 |
| Octal | 77 | 317 | 230 | 106 | 0 | 33 | 23 | 235 | 74 | 65 |
| Binary | 111111 | 11001111 | 10011000 | 1000110 | 0 | 11011 | 10011 | 10011101 | 111100 | 110101 |
Color Harmonies of #3FCF98
Complementary color
Monochromatic Colors of #3FCF98
Black with #3FCF98
Text Example
Text Example
White with #3FCF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF98; }
p { color: rgb(63,207,152); }
H1.HeaderClassName
{
color: #3FCF98;
}
.AnyTagClassName
{
color: #3FCF98;
}
</style>
background-color css
<style>
a { background-color: #3FCF98; }
a { background-color: rgb(63,207,152); }
div.DivClassName
{
background-color: #3FCF98;
}
.BgClassName
{
background-color: #3FCF98;
}
</style>
border-color css
<style>
span { border-color: #3FCF98; }
span { border-color: rgb(63,207,152); }
td.TdClassName
{
border-color: #3FCF98;
}
.TagClassName
{
border-color: #3FCF98;
}
</style>