Shades of Shamrock #3FD09B
Tints of Shamrock #3FD09B
RGB
CMYK
RGB Variations
Color information
#3FD09B (or 0x3FD09B) is known color: Shamrock. HEX triplet: 3F, D0 and 9B. RGB value is (63,208,155). Sum of RGB (Red+Green+Blue) = 63+208+155=426 (56% of max value = 765). Red value is 63 (25% from 255 or 14.79% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD09B is #C02F64. Grayscale: #9E9E9E. Windows color (decimal): -12595045 or 10211391. OLE color: 10211391.
HSL color Cylindrical-coordinate representation of color #3FD09B: hue angle of 158.07º 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 #3FD09B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 155 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.18 |
| HSL | 158.07º | 0.61% | 0.53% | - |
| HSV(B) | 158.07º | 0.7% | 0.82% | - |
| XYZ | 30.52 | 48.54 | 38.77 | - |
| YUV | 158.6 | 125.96 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 155 | 0.70 | 0 | 0.25 | 0.18 | 158.07 | 0.61 | 0.53 |
| Hex | 3F | D0 | 9B | 46 | 0 | 19 | 12 | 9E | 3D | 35 |
| Octal | 77 | 320 | 233 | 106 | 0 | 31 | 22 | 236 | 75 | 65 |
| Binary | 111111 | 11010000 | 10011011 | 1000110 | 0 | 11001 | 10010 | 10011110 | 111101 | 110101 |
Color Harmonies of #3FD09B
Complementary color
Monochromatic Colors of #3FD09B
Black with #3FD09B
Text Example
Text Example
White with #3FD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD09B; }
p { color: rgb(63,208,155); }
H1.HeaderClassName
{
color: #3FD09B;
}
.AnyTagClassName
{
color: #3FD09B;
}
</style>
background-color css
<style>
a { background-color: #3FD09B; }
a { background-color: rgb(63,208,155); }
div.DivClassName
{
background-color: #3FD09B;
}
.BgClassName
{
background-color: #3FD09B;
}
</style>
border-color css
<style>
span { border-color: #3FD09B; }
span { border-color: rgb(63,208,155); }
td.TdClassName
{
border-color: #3FD09B;
}
.TagClassName
{
border-color: #3FD09B;
}
</style>