Shades of Shamrock #3FC190
Tints of Shamrock #3FC190
RGB
CMYK
RGB Variations
Color information
#3FC190 (or 0x3FC190) is known color: Shamrock. HEX triplet: 3F, C1 and 90. RGB value is (63,193,144). Sum of RGB (Red+Green+Blue) = 63+193+144=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC190 is #C03E6F. Grayscale: #949494. Windows color (decimal): -12598896 or 9486655. OLE color: 9486655.
HSL color Cylindrical-coordinate representation of color #3FC190: hue angle of 157.38º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC190 is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 144 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.24 |
| HSL | 157.38º | 0.51% | 0.5% | - |
| HSV(B) | 157.38º | 0.67% | 0.76% | - |
| XYZ | 26.15 | 41.21 | 32.96 | - |
| YUV | 148.54 | 125.43 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 144 | 0.67 | 0 | 0.25 | 0.24 | 157.38 | 0.51 | 0.5 |
| Hex | 3F | C1 | 90 | 43 | 0 | 19 | 18 | 9D | 33 | 32 |
| Octal | 77 | 301 | 220 | 103 | 0 | 31 | 30 | 235 | 63 | 62 |
| Binary | 111111 | 11000001 | 10010000 | 1000011 | 0 | 11001 | 11000 | 10011101 | 110011 | 110010 |
Color Harmonies of #3FC190
Complementary color
Monochromatic Colors of #3FC190
Black with #3FC190
Text Example
Text Example
White with #3FC190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC190; }
p { color: rgb(63,193,144); }
H1.HeaderClassName
{
color: #3FC190;
}
.AnyTagClassName
{
color: #3FC190;
}
</style>
background-color css
<style>
a { background-color: #3FC190; }
a { background-color: rgb(63,193,144); }
div.DivClassName
{
background-color: #3FC190;
}
.BgClassName
{
background-color: #3FC190;
}
</style>
border-color css
<style>
span { border-color: #3FC190; }
span { border-color: rgb(63,193,144); }
td.TdClassName
{
border-color: #3FC190;
}
.TagClassName
{
border-color: #3FC190;
}
</style>