Shades of Shamrock #2FD5AD
Tints of Shamrock #2FD5AD
RGB
CMYK
RGB Variations
Color information
#2FD5AD (or 0x2FD5AD) is known color: Shamrock. HEX triplet: 2F, D5 and AD. RGB value is (47,213,173). Sum of RGB (Red+Green+Blue) = 47+213+173=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 173 (67.97% from 255 or 39.95% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FD5AD is #D02A52. Grayscale: #9E9E9E. Windows color (decimal): -13642323 or 11392303. OLE color: 11392303.
HSL color Cylindrical-coordinate representation of color #2FD5AD: hue angle of 165.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD5AD is Cyan = 0.78, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 173 | - |
| CMYK | 0.78 | 0 | 0.19 | 0.16 |
| HSL | 165.54º | 0.66% | 0.51% | - |
| HSV(B) | 165.54º | 0.78% | 0.84% | - |
| XYZ | 32.51 | 51.21 | 47.71 | - |
| YUV | 158.81 | 136 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 173 | 0.78 | 0 | 0.19 | 0.16 | 165.54 | 0.66 | 0.51 |
| Hex | 2F | D5 | AD | 4E | 0 | 13 | 10 | A6 | 42 | 33 |
| Octal | 57 | 325 | 255 | 116 | 0 | 23 | 20 | 246 | 102 | 63 |
| Binary | 101111 | 11010101 | 10101101 | 1001110 | 0 | 10011 | 10000 | 10100110 | 1000010 | 110011 |
Color Harmonies of #2FD5AD
Complementary color
Monochromatic Colors of #2FD5AD
Black with #2FD5AD
Text Example
Text Example
White with #2FD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD5AD; }
p { color: rgb(47,213,173); }
H1.HeaderClassName
{
color: #2FD5AD;
}
.AnyTagClassName
{
color: #2FD5AD;
}
</style>
background-color css
<style>
a { background-color: #2FD5AD; }
a { background-color: rgb(47,213,173); }
div.DivClassName
{
background-color: #2FD5AD;
}
.BgClassName
{
background-color: #2FD5AD;
}
</style>
border-color css
<style>
span { border-color: #2FD5AD; }
span { border-color: rgb(47,213,173); }
td.TdClassName
{
border-color: #2FD5AD;
}
.TagClassName
{
border-color: #2FD5AD;
}
</style>