Shades of Shamrock #3FFA8F
Tints of Shamrock #3FFA8F
RGB
CMYK
RGB Variations
Color information
#3FFA8F (or 0x3FFA8F) is known color: Shamrock. HEX triplet: 3F, FA and 8F. RGB value is (63,250,143). Sum of RGB (Red+Green+Blue) = 63+250+143=456 (60% of max value = 765). Red value is 63 (25% from 255 or 13.82% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFA8F is #C00570. Grayscale: #B6B6B6. Windows color (decimal): -12584305 or 9435711. OLE color: 9435711.
HSL color Cylindrical-coordinate representation of color #3FFA8F: hue angle of 145.67º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFA8F is Cyan = 0.75, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 143 | - |
| CMYK | 0.75 | 0 | 0.43 | 0.02 |
| HSL | 145.67º | 0.95% | 0.61% | - |
| HSV(B) | 145.67º | 0.75% | 0.98% | - |
| XYZ | 41.19 | 71.41 | 37.6 | - |
| YUV | 181.89 | 106.05 | 43.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 143 | 0.75 | 0 | 0.43 | 0.02 | 145.67 | 0.95 | 0.61 |
| Hex | 3F | FA | 8F | 4B | 0 | 2B | 2 | 92 | 5F | 3D |
| Octal | 77 | 372 | 217 | 113 | 0 | 53 | 2 | 222 | 137 | 75 |
| Binary | 111111 | 11111010 | 10001111 | 1001011 | 0 | 101011 | 10 | 10010010 | 1011111 | 111101 |
Color Harmonies of #3FFA8F
Complementary color
Monochromatic Colors of #3FFA8F
Black with #3FFA8F
Text Example
Text Example
White with #3FFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA8F; }
p { color: rgb(63,250,143); }
H1.HeaderClassName
{
color: #3FFA8F;
}
.AnyTagClassName
{
color: #3FFA8F;
}
</style>
background-color css
<style>
a { background-color: #3FFA8F; }
a { background-color: rgb(63,250,143); }
div.DivClassName
{
background-color: #3FFA8F;
}
.BgClassName
{
background-color: #3FFA8F;
}
</style>
border-color css
<style>
span { border-color: #3FFA8F; }
span { border-color: rgb(63,250,143); }
td.TdClassName
{
border-color: #3FFA8F;
}
.TagClassName
{
border-color: #3FFA8F;
}
</style>