Shades of Caribbean Green #11D87F
Tints of Caribbean Green #11D87F
RGB
CMYK
RGB Variations
Color information
#11D87F (or 0x11D87F) is known color: Caribbean Green. HEX triplet: 11, D8 and 7F. RGB value is (17,216,127). Sum of RGB (Red+Green+Blue) = 17+216+127=360 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.72% from 360); Green value is 216 (84.77% from 255 or 60% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 216 - color contains mainly: green. Hex color #11D87F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D87F is #EE2780. Grayscale: #929292. Windows color (decimal): -15607681 or 8378385. OLE color: 8378385.
HSL color Cylindrical-coordinate representation of color #11D87F: hue angle of 153.17º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D87F is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 17 | 216 | 127 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.15 |
| HSL | 153.17º | 0.85% | 0.46% | - |
| HSV(B) | 153.17º | 0.92% | 0.85% | - |
| XYZ | 28.62 | 50.76 | 28.37 | - |
| YUV | 146.35 | 117.07 | 35.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 216 | 127 | 0.92 | 0 | 0.41 | 0.15 | 153.17 | 0.85 | 0.46 |
| Hex | 11 | D8 | 7F | 5C | 0 | 29 | F | 99 | 55 | 2E |
| Octal | 21 | 330 | 177 | 134 | 0 | 51 | 17 | 231 | 125 | 56 |
| Binary | 10001 | 11011000 | 1111111 | 1011100 | 0 | 101001 | 1111 | 10011001 | 1010101 | 101110 |
Color Harmonies of #11D87F
Complementary color
Monochromatic Colors of #11D87F
Black with #11D87F
Text Example
Text Example
White with #11D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D87F; }
p { color: rgb(17,216,127); }
H1.HeaderClassName
{
color: #11D87F;
}
.AnyTagClassName
{
color: #11D87F;
}
</style>
background-color css
<style>
a { background-color: #11D87F; }
a { background-color: rgb(17,216,127); }
div.DivClassName
{
background-color: #11D87F;
}
.BgClassName
{
background-color: #11D87F;
}
</style>
border-color css
<style>
span { border-color: #11D87F; }
span { border-color: rgb(17,216,127); }
td.TdClassName
{
border-color: #11D87F;
}
.TagClassName
{
border-color: #11D87F;
}
</style>