Shades of Caribbean Green #11DF95
Tints of Caribbean Green #11DF95
RGB
CMYK
RGB Variations
Color information
#11DF95 (or 0x11DF95) is known color: Caribbean Green. HEX triplet: 11, DF and 95. RGB value is (17,223,149). Sum of RGB (Red+Green+Blue) = 17+223+149=389 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.37% from 389); Green value is 223 (87.5% from 255 or 57.33% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DF95 is #EE206A. Grayscale: #999999. Windows color (decimal): -15605867 or 9821969. OLE color: 9821969.
HSL color Cylindrical-coordinate representation of color #11DF95: hue angle of 158.45º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11DF95 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 149 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.13 |
| HSL | 158.45º | 0.86% | 0.47% | - |
| HSV(B) | 158.45º | 0.92% | 0.87% | - |
| XYZ | 32.04 | 55.06 | 37.37 | - |
| YUV | 152.97 | 125.75 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 149 | 0.92 | 0 | 0.33 | 0.13 | 158.45 | 0.86 | 0.47 |
| Hex | 11 | DF | 95 | 5C | 0 | 21 | D | 9E | 56 | 2F |
| Octal | 21 | 337 | 225 | 134 | 0 | 41 | 15 | 236 | 126 | 57 |
| Binary | 10001 | 11011111 | 10010101 | 1011100 | 0 | 100001 | 1101 | 10011110 | 1010110 | 101111 |
Color Harmonies of #11DF95
Complementary color
Monochromatic Colors of #11DF95
Black with #11DF95
Text Example
Text Example
White with #11DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF95; }
p { color: rgb(17,223,149); }
H1.HeaderClassName
{
color: #11DF95;
}
.AnyTagClassName
{
color: #11DF95;
}
</style>
background-color css
<style>
a { background-color: #11DF95; }
a { background-color: rgb(17,223,149); }
div.DivClassName
{
background-color: #11DF95;
}
.BgClassName
{
background-color: #11DF95;
}
</style>
border-color css
<style>
span { border-color: #11DF95; }
span { border-color: rgb(17,223,149); }
td.TdClassName
{
border-color: #11DF95;
}
.TagClassName
{
border-color: #11DF95;
}
</style>