Shades of Caribbean Green #11D67D
Tints of Caribbean Green #11D67D
RGB
CMYK
RGB Variations
Color information
#11D67D (or 0x11D67D) is known color: Caribbean Green. HEX triplet: 11, D6 and 7D. RGB value is (17,214,125). Sum of RGB (Red+Green+Blue) = 17+214+125=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #11D67D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11D67D is #EE2982. Grayscale: #919191. Windows color (decimal): -15608195 or 8246801. OLE color: 8246801.
HSL color Cylindrical-coordinate representation of color #11D67D: hue angle of 152.89º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #11D67D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 17 | 214 | 125 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.16 |
| HSL | 152.89º | 0.85% | 0.45% | - |
| HSV(B) | 152.89º | 0.92% | 0.84% | - |
| XYZ | 27.98 | 49.69 | 27.52 | - |
| YUV | 144.95 | 116.73 | 36.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 214 | 125 | 0.92 | 0 | 0.42 | 0.16 | 152.89 | 0.85 | 0.45 |
| Hex | 11 | D6 | 7D | 5C | 0 | 2A | 10 | 99 | 55 | 2D |
| Octal | 21 | 326 | 175 | 134 | 0 | 52 | 20 | 231 | 125 | 55 |
| Binary | 10001 | 11010110 | 1111101 | 1011100 | 0 | 101010 | 10000 | 10011001 | 1010101 | 101101 |
Color Harmonies of #11D67D
Complementary color
Monochromatic Colors of #11D67D
Black with #11D67D
Text Example
Text Example
White with #11D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11D67D; }
p { color: rgb(17,214,125); }
H1.HeaderClassName
{
color: #11D67D;
}
.AnyTagClassName
{
color: #11D67D;
}
</style>
background-color css
<style>
a { background-color: #11D67D; }
a { background-color: rgb(17,214,125); }
div.DivClassName
{
background-color: #11D67D;
}
.BgClassName
{
background-color: #11D67D;
}
</style>
border-color css
<style>
span { border-color: #11D67D; }
span { border-color: rgb(17,214,125); }
td.TdClassName
{
border-color: #11D67D;
}
.TagClassName
{
border-color: #11D67D;
}
</style>