Shades of Shamrock #3FE08F
Tints of Shamrock #3FE08F
RGB
CMYK
RGB Variations
Color information
#3FE08F (or 0x3FE08F) is known color: Shamrock. HEX triplet: 3F, E0 and 8F. RGB value is (63,224,143). Sum of RGB (Red+Green+Blue) = 63+224+143=430 (56% of max value = 765). Red value is 63 (25% from 255 or 14.65% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE08F is #C01F70. Grayscale: #A6A6A6. Windows color (decimal): -12590961 or 9429055. OLE color: 9429055.
HSL color Cylindrical-coordinate representation of color #3FE08F: hue angle of 149.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE08F is Cyan = 0.72, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 143 | - |
| CMYK | 0.72 | 0 | 0.36 | 0.12 |
| HSL | 149.81º | 0.72% | 0.56% | - |
| HSV(B) | 149.81º | 0.72% | 0.88% | - |
| XYZ | 33.66 | 56.35 | 35.09 | - |
| YUV | 166.63 | 114.66 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 143 | 0.72 | 0 | 0.36 | 0.12 | 149.81 | 0.72 | 0.56 |
| Hex | 3F | E0 | 8F | 48 | 0 | 24 | C | 96 | 48 | 38 |
| Octal | 77 | 340 | 217 | 110 | 0 | 44 | 14 | 226 | 110 | 70 |
| Binary | 111111 | 11100000 | 10001111 | 1001000 | 0 | 100100 | 1100 | 10010110 | 1001000 | 111000 |
Color Harmonies of #3FE08F
Complementary color
Monochromatic Colors of #3FE08F
Black with #3FE08F
Text Example
Text Example
White with #3FE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE08F; }
p { color: rgb(63,224,143); }
H1.HeaderClassName
{
color: #3FE08F;
}
.AnyTagClassName
{
color: #3FE08F;
}
</style>
background-color css
<style>
a { background-color: #3FE08F; }
a { background-color: rgb(63,224,143); }
div.DivClassName
{
background-color: #3FE08F;
}
.BgClassName
{
background-color: #3FE08F;
}
</style>
border-color css
<style>
span { border-color: #3FE08F; }
span { border-color: rgb(63,224,143); }
td.TdClassName
{
border-color: #3FE08F;
}
.TagClassName
{
border-color: #3FE08F;
}
</style>