Shades of Shamrock #2FDFB4
Tints of Shamrock #2FDFB4
RGB
CMYK
RGB Variations
Color information
#2FDFB4 (or 0x2FDFB4) is known color: Shamrock. HEX triplet: 2F, DF and B4. RGB value is (47,223,180). Sum of RGB (Red+Green+Blue) = 47+223+180=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FDFB4 is #D0204B. Grayscale: #A5A5A5. Windows color (decimal): -13639756 or 11853615. OLE color: 11853615.
HSL color Cylindrical-coordinate representation of color #2FDFB4: hue angle of 165.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDFB4 is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 180 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.13 |
| HSL | 165.34º | 0.73% | 0.53% | - |
| HSV(B) | 165.34º | 0.79% | 0.87% | - |
| XYZ | 35.8 | 56.67 | 52.23 | - |
| YUV | 165.47 | 136.19 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 180 | 0.79 | 0 | 0.19 | 0.13 | 165.34 | 0.73 | 0.53 |
| Hex | 2F | DF | B4 | 4F | 0 | 13 | D | A5 | 49 | 35 |
| Octal | 57 | 337 | 264 | 117 | 0 | 23 | 15 | 245 | 111 | 65 |
| Binary | 101111 | 11011111 | 10110100 | 1001111 | 0 | 10011 | 1101 | 10100101 | 1001001 | 110101 |
Color Harmonies of #2FDFB4
Complementary color
Monochromatic Colors of #2FDFB4
Black with #2FDFB4
Text Example
Text Example
White with #2FDFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDFB4; }
p { color: rgb(47,223,180); }
H1.HeaderClassName
{
color: #2FDFB4;
}
.AnyTagClassName
{
color: #2FDFB4;
}
</style>
background-color css
<style>
a { background-color: #2FDFB4; }
a { background-color: rgb(47,223,180); }
div.DivClassName
{
background-color: #2FDFB4;
}
.BgClassName
{
background-color: #2FDFB4;
}
</style>
border-color css
<style>
span { border-color: #2FDFB4; }
span { border-color: rgb(47,223,180); }
td.TdClassName
{
border-color: #2FDFB4;
}
.TagClassName
{
border-color: #2FDFB4;
}
</style>