Shades of Shamrock #3FD098
Tints of Shamrock #3FD098
RGB
CMYK
RGB Variations
Color information
#3FD098 (or 0x3FD098) is known color: Shamrock. HEX triplet: 3F, D0 and 98. RGB value is (63,208,152). Sum of RGB (Red+Green+Blue) = 63+208+152=423 (56% of max value = 765). Red value is 63 (25% from 255 or 14.89% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD098 is #C02F67. Grayscale: #9E9E9E. Windows color (decimal): -12595048 or 10014783. OLE color: 10014783.
HSL color Cylindrical-coordinate representation of color #3FD098: hue angle of 156.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD098 is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 152 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.18 |
| HSL | 156.83º | 0.61% | 0.53% | - |
| HSV(B) | 156.83º | 0.7% | 0.82% | - |
| XYZ | 30.27 | 48.44 | 37.46 | - |
| YUV | 158.26 | 124.46 | 60.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 152 | 0.70 | 0 | 0.27 | 0.18 | 156.83 | 0.61 | 0.53 |
| Hex | 3F | D0 | 98 | 46 | 0 | 1B | 12 | 9D | 3D | 35 |
| Octal | 77 | 320 | 230 | 106 | 0 | 33 | 22 | 235 | 75 | 65 |
| Binary | 111111 | 11010000 | 10011000 | 1000110 | 0 | 11011 | 10010 | 10011101 | 111101 | 110101 |
Color Harmonies of #3FD098
Complementary color
Monochromatic Colors of #3FD098
Black with #3FD098
Text Example
Text Example
White with #3FD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD098; }
p { color: rgb(63,208,152); }
H1.HeaderClassName
{
color: #3FD098;
}
.AnyTagClassName
{
color: #3FD098;
}
</style>
background-color css
<style>
a { background-color: #3FD098; }
a { background-color: rgb(63,208,152); }
div.DivClassName
{
background-color: #3FD098;
}
.BgClassName
{
background-color: #3FD098;
}
</style>
border-color css
<style>
span { border-color: #3FD098; }
span { border-color: rgb(63,208,152); }
td.TdClassName
{
border-color: #3FD098;
}
.TagClassName
{
border-color: #3FD098;
}
</style>