Shades of Shamrock #2BD99C
Tints of Shamrock #2BD99C
RGB
CMYK
RGB Variations
Color information
#2BD99C (or 0x2BD99C) is known color: Shamrock. HEX triplet: 2B, D9 and 9C. RGB value is (43,217,156). Sum of RGB (Red+Green+Blue) = 43+217+156=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD99C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BD99C is #D42663. Grayscale: #9E9E9E. Windows color (decimal): -13903460 or 10279211. OLE color: 10279211.
HSL color Cylindrical-coordinate representation of color #2BD99C: hue angle of 158.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD99C is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 156 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.15 |
| HSL | 158.97º | 0.7% | 0.51% | - |
| HSV(B) | 158.97º | 0.8% | 0.85% | - |
| XYZ | 31.81 | 52.54 | 39.92 | - |
| YUV | 158.02 | 126.85 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 156 | 0.80 | 0 | 0.28 | 0.15 | 158.97 | 0.7 | 0.51 |
| Hex | 2B | D9 | 9C | 50 | 0 | 1C | F | 9F | 46 | 33 |
| Octal | 53 | 331 | 234 | 120 | 0 | 34 | 17 | 237 | 106 | 63 |
| Binary | 101011 | 11011001 | 10011100 | 1010000 | 0 | 11100 | 1111 | 10011111 | 1000110 | 110011 |
Color Harmonies of #2BD99C
Complementary color
Monochromatic Colors of #2BD99C
Black with #2BD99C
Text Example
Text Example
White with #2BD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD99C; }
p { color: rgb(43,217,156); }
H1.HeaderClassName
{
color: #2BD99C;
}
.AnyTagClassName
{
color: #2BD99C;
}
</style>
background-color css
<style>
a { background-color: #2BD99C; }
a { background-color: rgb(43,217,156); }
div.DivClassName
{
background-color: #2BD99C;
}
.BgClassName
{
background-color: #2BD99C;
}
</style>
border-color css
<style>
span { border-color: #2BD99C; }
span { border-color: rgb(43,217,156); }
td.TdClassName
{
border-color: #2BD99C;
}
.TagClassName
{
border-color: #2BD99C;
}
</style>