Shades of Shamrock #3FFEA8
Tints of Shamrock #3FFEA8
RGB
CMYK
RGB Variations
Color information
#3FFEA8 (or 0x3FFEA8) is known color: Shamrock. HEX triplet: 3F, FE and A8. RGB value is (63,254,168). Sum of RGB (Red+Green+Blue) = 63+254+168=485 (64% of max value = 765). Red value is 63 (25% from 255 or 12.99% from 485); Green value is 254 (99.61% from 255 or 52.37% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFEA8 is #C00157. Grayscale: #BBBBBB. Windows color (decimal): -12583256 or 11075135. OLE color: 11075135.
HSL color Cylindrical-coordinate representation of color #3FFEA8: hue angle of 152.98º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFEA8 is Cyan = 0.75, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 168 | - |
| CMYK | 0.75 | 0 | 0.34 | 0.00 |
| HSL | 152.98º | 0.99% | 0.62% | - |
| HSV(B) | 152.98º | 0.75% | 1% | - |
| XYZ | 44.56 | 74.77 | 49.13 | - |
| YUV | 187.09 | 117.22 | 39.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 168 | 0.75 | 0 | 0.34 | 0.00 | 152.98 | 0.99 | 0.62 |
| Hex | 3F | FE | A8 | 4B | 0 | 22 | 0 | 99 | 63 | 3E |
| Octal | 77 | 376 | 250 | 113 | 0 | 42 | 0 | 231 | 143 | 76 |
| Binary | 111111 | 11111110 | 10101000 | 1001011 | 0 | 100010 | 0 | 10011001 | 1100011 | 111110 |
Color Harmonies of #3FFEA8
Complementary color
Monochromatic Colors of #3FFEA8
Black with #3FFEA8
Text Example
Text Example
White with #3FFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFEA8; }
p { color: rgb(63,254,168); }
H1.HeaderClassName
{
color: #3FFEA8;
}
.AnyTagClassName
{
color: #3FFEA8;
}
</style>
background-color css
<style>
a { background-color: #3FFEA8; }
a { background-color: rgb(63,254,168); }
div.DivClassName
{
background-color: #3FFEA8;
}
.BgClassName
{
background-color: #3FFEA8;
}
</style>
border-color css
<style>
span { border-color: #3FFEA8; }
span { border-color: rgb(63,254,168); }
td.TdClassName
{
border-color: #3FFEA8;
}
.TagClassName
{
border-color: #3FFEA8;
}
</style>