Shades of Shamrock #3FFE94
Tints of Shamrock #3FFE94
RGB
CMYK
RGB Variations
Color information
#3FFE94 (or 0x3FFE94) is known color: Shamrock. HEX triplet: 3F, FE and 94. RGB value is (63,254,148). Sum of RGB (Red+Green+Blue) = 63+254+148=465 (61% of max value = 765). Red value is 63 (25% from 255 or 13.55% from 465); Green value is 254 (99.61% from 255 or 54.62% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 254 - color contains mainly: green. Hex color #3FFE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FFE94 is #C0016B. Grayscale: #B9B9B9. Windows color (decimal): -12583276 or 9764415. OLE color: 9764415.
HSL color Cylindrical-coordinate representation of color #3FFE94: hue angle of 146.7º 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 #3FFE94 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 63 | 254 | 148 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.00 |
| HSL | 146.7º | 0.99% | 0.62% | - |
| HSV(B) | 146.7º | 0.75% | 1% | - |
| XYZ | 42.84 | 74.08 | 40.06 | - |
| YUV | 184.81 | 107.22 | 41.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 254 | 148 | 0.75 | 0 | 0.42 | 0.00 | 146.7 | 0.99 | 0.62 |
| Hex | 3F | FE | 94 | 4B | 0 | 2A | 0 | 93 | 63 | 3E |
| Octal | 77 | 376 | 224 | 113 | 0 | 52 | 0 | 223 | 143 | 76 |
| Binary | 111111 | 11111110 | 10010100 | 1001011 | 0 | 101010 | 0 | 10010011 | 1100011 | 111110 |
Color Harmonies of #3FFE94
Complementary color
Monochromatic Colors of #3FFE94
Black with #3FFE94
Text Example
Text Example
White with #3FFE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFE94; }
p { color: rgb(63,254,148); }
H1.HeaderClassName
{
color: #3FFE94;
}
.AnyTagClassName
{
color: #3FFE94;
}
</style>
background-color css
<style>
a { background-color: #3FFE94; }
a { background-color: rgb(63,254,148); }
div.DivClassName
{
background-color: #3FFE94;
}
.BgClassName
{
background-color: #3FFE94;
}
</style>
border-color css
<style>
span { border-color: #3FFE94; }
span { border-color: rgb(63,254,148); }
td.TdClassName
{
border-color: #3FFE94;
}
.TagClassName
{
border-color: #3FFE94;
}
</style>