Shades of Shamrock #2FEFA5
Tints of Shamrock #2FEFA5
RGB
CMYK
RGB Variations
Color information
#2FEFA5 (or 0x2FEFA5) is known color: Shamrock. HEX triplet: 2F, EF and A5. RGB value is (47,239,165). Sum of RGB (Red+Green+Blue) = 47+239+165=451 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.42% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 165 (64.84% from 255 or 36.59% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEFA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEFA5 is #D0105A. Grayscale: #ADADAD. Windows color (decimal): -13635675 or 10874671. OLE color: 10874671.
HSL color Cylindrical-coordinate representation of color #2FEFA5: hue angle of 156.88º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEFA5 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 165 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.06 |
| HSL | 156.88º | 0.86% | 0.56% | - |
| HSV(B) | 156.88º | 0.8% | 0.94% | - |
| XYZ | 38.83 | 65.05 | 46.11 | - |
| YUV | 173.16 | 123.39 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 165 | 0.80 | 0 | 0.31 | 0.06 | 156.88 | 0.86 | 0.56 |
| Hex | 2F | EF | A5 | 50 | 0 | 1F | 6 | 9D | 56 | 38 |
| Octal | 57 | 357 | 245 | 120 | 0 | 37 | 6 | 235 | 126 | 70 |
| Binary | 101111 | 11101111 | 10100101 | 1010000 | 0 | 11111 | 110 | 10011101 | 1010110 | 111000 |
Color Harmonies of #2FEFA5
Complementary color
Monochromatic Colors of #2FEFA5
Black with #2FEFA5
Text Example
Text Example
White with #2FEFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEFA5; }
p { color: rgb(47,239,165); }
H1.HeaderClassName
{
color: #2FEFA5;
}
.AnyTagClassName
{
color: #2FEFA5;
}
</style>
background-color css
<style>
a { background-color: #2FEFA5; }
a { background-color: rgb(47,239,165); }
div.DivClassName
{
background-color: #2FEFA5;
}
.BgClassName
{
background-color: #2FEFA5;
}
</style>
border-color css
<style>
span { border-color: #2FEFA5; }
span { border-color: rgb(47,239,165); }
td.TdClassName
{
border-color: #2FEFA5;
}
.TagClassName
{
border-color: #2FEFA5;
}
</style>