Shades of Shamrock #2FF894
Tints of Shamrock #2FF894
RGB
CMYK
RGB Variations
Color information
#2FF894 (or 0x2FF894) is known color: Shamrock. HEX triplet: 2F, F8 and 94. RGB value is (47,248,148). Sum of RGB (Red+Green+Blue) = 47+248+148=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 248 (97.27% from 255 or 55.98% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF894 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF894 is #D0076B. Grayscale: #B0B0B0. Windows color (decimal): -13633388 or 9762863. OLE color: 9762863.
HSL color Cylindrical-coordinate representation of color #2FF894: hue angle of 150.15º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF894 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 148 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.03 |
| HSL | 150.15º | 0.93% | 0.58% | - |
| HSV(B) | 150.15º | 0.81% | 0.97% | - |
| XYZ | 40.08 | 69.88 | 39.39 | - |
| YUV | 176.5 | 111.91 | 35.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 148 | 0.81 | 0 | 0.40 | 0.03 | 150.15 | 0.93 | 0.58 |
| Hex | 2F | F8 | 94 | 51 | 0 | 28 | 3 | 96 | 5D | 3A |
| Octal | 57 | 370 | 224 | 121 | 0 | 50 | 3 | 226 | 135 | 72 |
| Binary | 101111 | 11111000 | 10010100 | 1010001 | 0 | 101000 | 11 | 10010110 | 1011101 | 111010 |
Color Harmonies of #2FF894
Complementary color
Monochromatic Colors of #2FF894
Black with #2FF894
Text Example
Text Example
White with #2FF894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF894; }
p { color: rgb(47,248,148); }
H1.HeaderClassName
{
color: #2FF894;
}
.AnyTagClassName
{
color: #2FF894;
}
</style>
background-color css
<style>
a { background-color: #2FF894; }
a { background-color: rgb(47,248,148); }
div.DivClassName
{
background-color: #2FF894;
}
.BgClassName
{
background-color: #2FF894;
}
</style>
border-color css
<style>
span { border-color: #2FF894; }
span { border-color: rgb(47,248,148); }
td.TdClassName
{
border-color: #2FF894;
}
.TagClassName
{
border-color: #2FF894;
}
</style>