Shades of Shamrock #3FB98C
Tints of Shamrock #3FB98C
RGB
CMYK
RGB Variations
Color information
#3FB98C (or 0x3FB98C) is known color: Shamrock. HEX triplet: 3F, B9 and 8C. RGB value is (63,185,140). Sum of RGB (Red+Green+Blue) = 63+185+140=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB98C is #C04673. Grayscale: #8F8F8F. Windows color (decimal): -12600948 or 9222463. OLE color: 9222463.
HSL color Cylindrical-coordinate representation of color #3FB98C: hue angle of 157.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB98C is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 140 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.27 |
| HSL | 157.87º | 0.49% | 0.49% | - |
| HSV(B) | 157.87º | 0.66% | 0.73% | - |
| XYZ | 24.13 | 37.65 | 30.81 | - |
| YUV | 143.39 | 126.08 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 140 | 0.66 | 0 | 0.24 | 0.27 | 157.87 | 0.49 | 0.49 |
| Hex | 3F | B9 | 8C | 42 | 0 | 18 | 1B | 9E | 31 | 31 |
| Octal | 77 | 271 | 214 | 102 | 0 | 30 | 33 | 236 | 61 | 61 |
| Binary | 111111 | 10111001 | 10001100 | 1000010 | 0 | 11000 | 11011 | 10011110 | 110001 | 110001 |
Color Harmonies of #3FB98C
Complementary color
Monochromatic Colors of #3FB98C
Black with #3FB98C
Text Example
Text Example
White with #3FB98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB98C; }
p { color: rgb(63,185,140); }
H1.HeaderClassName
{
color: #3FB98C;
}
.AnyTagClassName
{
color: #3FB98C;
}
</style>
background-color css
<style>
a { background-color: #3FB98C; }
a { background-color: rgb(63,185,140); }
div.DivClassName
{
background-color: #3FB98C;
}
.BgClassName
{
background-color: #3FB98C;
}
</style>
border-color css
<style>
span { border-color: #3FB98C; }
span { border-color: rgb(63,185,140); }
td.TdClassName
{
border-color: #3FB98C;
}
.TagClassName
{
border-color: #3FB98C;
}
</style>