Shades of Shamrock #3FC38B
Tints of Shamrock #3FC38B
RGB
CMYK
RGB Variations
Color information
#3FC38B (or 0x3FC38B) is known color: Shamrock. HEX triplet: 3F, C3 and 8B. RGB value is (63,195,139). Sum of RGB (Red+Green+Blue) = 63+195+139=397 (52% of max value = 765). Red value is 63 (25% from 255 or 15.87% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC38B is #C03C74. Grayscale: #959595. Windows color (decimal): -12598389 or 9159487. OLE color: 9159487.
HSL color Cylindrical-coordinate representation of color #3FC38B: hue angle of 154.55º 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 #3FC38B is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 139 | - |
| CMYK | 0.68 | 0 | 0.29 | 0.24 |
| HSL | 154.55º | 0.52% | 0.51% | - |
| HSV(B) | 154.55º | 0.68% | 0.76% | - |
| XYZ | 26.23 | 41.95 | 31.14 | - |
| YUV | 149.15 | 122.27 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 139 | 0.68 | 0 | 0.29 | 0.24 | 154.55 | 0.52 | 0.51 |
| Hex | 3F | C3 | 8B | 44 | 0 | 1D | 18 | 9B | 34 | 33 |
| Octal | 77 | 303 | 213 | 104 | 0 | 35 | 30 | 233 | 64 | 63 |
| Binary | 111111 | 11000011 | 10001011 | 1000100 | 0 | 11101 | 11000 | 10011011 | 110100 | 110011 |
Color Harmonies of #3FC38B
Complementary color
Monochromatic Colors of #3FC38B
Black with #3FC38B
Text Example
Text Example
White with #3FC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC38B; }
p { color: rgb(63,195,139); }
H1.HeaderClassName
{
color: #3FC38B;
}
.AnyTagClassName
{
color: #3FC38B;
}
</style>
background-color css
<style>
a { background-color: #3FC38B; }
a { background-color: rgb(63,195,139); }
div.DivClassName
{
background-color: #3FC38B;
}
.BgClassName
{
background-color: #3FC38B;
}
</style>
border-color css
<style>
span { border-color: #3FC38B; }
span { border-color: rgb(63,195,139); }
td.TdClassName
{
border-color: #3FC38B;
}
.TagClassName
{
border-color: #3FC38B;
}
</style>