Shades of Shamrock #3FEBA5
Tints of Shamrock #3FEBA5
RGB
CMYK
RGB Variations
Color information
#3FEBA5 (or 0x3FEBA5) is known color: Shamrock. HEX triplet: 3F, EB and A5. RGB value is (63,235,165). Sum of RGB (Red+Green+Blue) = 63+235+165=463 (61% of max value = 765). Red value is 63 (25% from 255 or 13.61% from 463); Green value is 235 (92.19% from 255 or 50.76% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEBA5 is #C0145A. Grayscale: #AFAFAF. Windows color (decimal): -12588123 or 10873663. OLE color: 10873663.
HSL color Cylindrical-coordinate representation of color #3FEBA5: hue angle of 155.58º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBA5 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 235 | 165 | - |
| CMYK | 0.73 | 0 | 0.30 | 0.08 |
| HSL | 155.58º | 0.81% | 0.58% | - |
| HSV(B) | 155.58º | 0.73% | 0.92% | - |
| XYZ | 38.55 | 63.19 | 45.76 | - |
| YUV | 175.59 | 122.02 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 235 | 165 | 0.73 | 0 | 0.30 | 0.08 | 155.58 | 0.81 | 0.58 |
| Hex | 3F | EB | A5 | 49 | 0 | 1E | 8 | 9C | 51 | 3A |
| Octal | 77 | 353 | 245 | 111 | 0 | 36 | 10 | 234 | 121 | 72 |
| Binary | 111111 | 11101011 | 10100101 | 1001001 | 0 | 11110 | 1000 | 10011100 | 1010001 | 111010 |
Color Harmonies of #3FEBA5
Complementary color
Monochromatic Colors of #3FEBA5
Black with #3FEBA5
Text Example
Text Example
White with #3FEBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEBA5; }
p { color: rgb(63,235,165); }
H1.HeaderClassName
{
color: #3FEBA5;
}
.AnyTagClassName
{
color: #3FEBA5;
}
</style>
background-color css
<style>
a { background-color: #3FEBA5; }
a { background-color: rgb(63,235,165); }
div.DivClassName
{
background-color: #3FEBA5;
}
.BgClassName
{
background-color: #3FEBA5;
}
</style>
border-color css
<style>
span { border-color: #3FEBA5; }
span { border-color: rgb(63,235,165); }
td.TdClassName
{
border-color: #3FEBA5;
}
.TagClassName
{
border-color: #3FEBA5;
}
</style>