Shades of Shamrock #3FC38C
Tints of Shamrock #3FC38C
RGB
CMYK
RGB Variations
Color information
#3FC38C (or 0x3FC38C) is known color: Shamrock. HEX triplet: 3F, C3 and 8C. RGB value is (63,195,140). Sum of RGB (Red+Green+Blue) = 63+195+140=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 195 (76.56% from 255 or 48.99% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC38C is #C03C73. Grayscale: #959595. Windows color (decimal): -12598388 or 9225023. OLE color: 9225023.
HSL color Cylindrical-coordinate representation of color #3FC38C: hue angle of 155º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC38C is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 140 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.24 |
| HSL | 155º | 0.52% | 0.51% | - |
| HSV(B) | 155º | 0.68% | 0.76% | - |
| XYZ | 26.3 | 41.98 | 31.53 | - |
| YUV | 149.26 | 122.77 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 140 | 0.68 | 0 | 0.28 | 0.24 | 155 | 0.52 | 0.51 |
| Hex | 3F | C3 | 8C | 44 | 0 | 1C | 18 | 9B | 34 | 33 |
| Octal | 77 | 303 | 214 | 104 | 0 | 34 | 30 | 233 | 64 | 63 |
| Binary | 111111 | 11000011 | 10001100 | 1000100 | 0 | 11100 | 11000 | 10011011 | 110100 | 110011 |
Color Harmonies of #3FC38C
Complementary color
Monochromatic Colors of #3FC38C
Black with #3FC38C
Text Example
Text Example
White with #3FC38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC38C; }
p { color: rgb(63,195,140); }
H1.HeaderClassName
{
color: #3FC38C;
}
.AnyTagClassName
{
color: #3FC38C;
}
</style>
background-color css
<style>
a { background-color: #3FC38C; }
a { background-color: rgb(63,195,140); }
div.DivClassName
{
background-color: #3FC38C;
}
.BgClassName
{
background-color: #3FC38C;
}
</style>
border-color css
<style>
span { border-color: #3FC38C; }
span { border-color: rgb(63,195,140); }
td.TdClassName
{
border-color: #3FC38C;
}
.TagClassName
{
border-color: #3FC38C;
}
</style>