Shades of Shamrock #2FF5AD
Tints of Shamrock #2FF5AD
RGB
CMYK
RGB Variations
Color information
#2FF5AD (or 0x2FF5AD) is known color: Shamrock. HEX triplet: 2F, F5 and AD. RGB value is (47,245,173). Sum of RGB (Red+Green+Blue) = 47+245+173=465 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.11% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF5AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF5AD is #D00A52. Grayscale: #B1B1B1. Windows color (decimal): -13634131 or 11400495. OLE color: 11400495.
HSL color Cylindrical-coordinate representation of color #2FF5AD: hue angle of 158.18º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF5AD is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 173 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.04 |
| HSL | 158.18º | 0.91% | 0.57% | - |
| HSV(B) | 158.18º | 0.81% | 0.96% | - |
| XYZ | 41.37 | 68.93 | 50.66 | - |
| YUV | 177.59 | 125.4 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 173 | 0.81 | 0 | 0.29 | 0.04 | 158.18 | 0.91 | 0.57 |
| Hex | 2F | F5 | AD | 51 | 0 | 1D | 4 | 9E | 5B | 39 |
| Octal | 57 | 365 | 255 | 121 | 0 | 35 | 4 | 236 | 133 | 71 |
| Binary | 101111 | 11110101 | 10101101 | 1010001 | 0 | 11101 | 100 | 10011110 | 1011011 | 111001 |
Color Harmonies of #2FF5AD
Complementary color
Monochromatic Colors of #2FF5AD
Black with #2FF5AD
Text Example
Text Example
White with #2FF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF5AD; }
p { color: rgb(47,245,173); }
H1.HeaderClassName
{
color: #2FF5AD;
}
.AnyTagClassName
{
color: #2FF5AD;
}
</style>
background-color css
<style>
a { background-color: #2FF5AD; }
a { background-color: rgb(47,245,173); }
div.DivClassName
{
background-color: #2FF5AD;
}
.BgClassName
{
background-color: #2FF5AD;
}
</style>
border-color css
<style>
span { border-color: #2FF5AD; }
span { border-color: rgb(47,245,173); }
td.TdClassName
{
border-color: #2FF5AD;
}
.TagClassName
{
border-color: #2FF5AD;
}
</style>