Shades of Shamrock #2FDB99
Tints of Shamrock #2FDB99
RGB
CMYK
RGB Variations
Color information
#2FDB99 (or 0x2FDB99) is known color: Shamrock. HEX triplet: 2F, DB and 99. RGB value is (47,219,153). Sum of RGB (Red+Green+Blue) = 47+219+153=419 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.22% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #2FDB99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FDB99 is #D02466. Grayscale: #A0A0A0. Windows color (decimal): -13640807 or 10083119. OLE color: 10083119.
HSL color Cylindrical-coordinate representation of color #2FDB99: hue angle of 156.98º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDB99 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 219 | 153 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.14 |
| HSL | 156.98º | 0.7% | 0.52% | - |
| HSV(B) | 156.98º | 0.79% | 0.86% | - |
| XYZ | 32.25 | 53.57 | 38.78 | - |
| YUV | 160.05 | 124.02 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 219 | 153 | 0.79 | 0 | 0.30 | 0.14 | 156.98 | 0.7 | 0.52 |
| Hex | 2F | DB | 99 | 4F | 0 | 1E | E | 9D | 46 | 34 |
| Octal | 57 | 333 | 231 | 117 | 0 | 36 | 16 | 235 | 106 | 64 |
| Binary | 101111 | 11011011 | 10011001 | 1001111 | 0 | 11110 | 1110 | 10011101 | 1000110 | 110100 |
Color Harmonies of #2FDB99
Complementary color
Monochromatic Colors of #2FDB99
Black with #2FDB99
Text Example
Text Example
White with #2FDB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDB99; }
p { color: rgb(47,219,153); }
H1.HeaderClassName
{
color: #2FDB99;
}
.AnyTagClassName
{
color: #2FDB99;
}
</style>
background-color css
<style>
a { background-color: #2FDB99; }
a { background-color: rgb(47,219,153); }
div.DivClassName
{
background-color: #2FDB99;
}
.BgClassName
{
background-color: #2FDB99;
}
</style>
border-color css
<style>
span { border-color: #2FDB99; }
span { border-color: rgb(47,219,153); }
td.TdClassName
{
border-color: #2FDB99;
}
.TagClassName
{
border-color: #2FDB99;
}
</style>