Shades of Caribbean Green #11DF84
Tints of Caribbean Green #11DF84
RGB
CMYK
RGB Variations
Color information
#11DF84 (or 0x11DF84) is known color: Caribbean Green. HEX triplet: 11, DF and 84. RGB value is (17,223,132). Sum of RGB (Red+Green+Blue) = 17+223+132=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #11DF84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11DF84 is #EE207B. Grayscale: #979797. Windows color (decimal): -15605884 or 8707857. OLE color: 8707857.
HSL color Cylindrical-coordinate representation of color #11DF84: hue angle of 153.5º 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 #11DF84 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 223 | 132 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.13 |
| HSL | 153.5º | 0.86% | 0.47% | - |
| HSV(B) | 153.5º | 0.92% | 0.87% | - |
| XYZ | 30.78 | 54.56 | 30.74 | - |
| YUV | 151.03 | 117.25 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 223 | 132 | 0.92 | 0 | 0.41 | 0.13 | 153.5 | 0.86 | 0.47 |
| Hex | 11 | DF | 84 | 5C | 0 | 29 | D | 99 | 56 | 2F |
| Octal | 21 | 337 | 204 | 134 | 0 | 51 | 15 | 231 | 126 | 57 |
| Binary | 10001 | 11011111 | 10000100 | 1011100 | 0 | 101001 | 1101 | 10011001 | 1010110 | 101111 |
Color Harmonies of #11DF84
Complementary color
Monochromatic Colors of #11DF84
Black with #11DF84
Text Example
Text Example
White with #11DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11DF84; }
p { color: rgb(17,223,132); }
H1.HeaderClassName
{
color: #11DF84;
}
.AnyTagClassName
{
color: #11DF84;
}
</style>
background-color css
<style>
a { background-color: #11DF84; }
a { background-color: rgb(17,223,132); }
div.DivClassName
{
background-color: #11DF84;
}
.BgClassName
{
background-color: #11DF84;
}
</style>
border-color css
<style>
span { border-color: #11DF84; }
span { border-color: rgb(17,223,132); }
td.TdClassName
{
border-color: #11DF84;
}
.TagClassName
{
border-color: #11DF84;
}
</style>