Shades of Caribbean Green #14DF89
Tints of Caribbean Green #14DF89
RGB
CMYK
RGB Variations
Color information
#14DF89 (or 0x14DF89) is known color: Caribbean Green. HEX triplet: 14, DF and 89. RGB value is (20,223,137). Sum of RGB (Red+Green+Blue) = 20+223+137=380 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.26% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #14DF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DF89 is #EB2076. Grayscale: #989898. Windows color (decimal): -15409271 or 9035540. OLE color: 9035540.
HSL color Cylindrical-coordinate representation of color #14DF89: hue angle of 154.58º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DF89 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 223 | 137 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.13 |
| HSL | 154.58º | 0.84% | 0.48% | - |
| HSV(B) | 154.58º | 0.91% | 0.87% | - |
| XYZ | 31.19 | 54.73 | 32.59 | - |
| YUV | 152.5 | 119.25 | 33.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 223 | 137 | 0.91 | 0 | 0.39 | 0.13 | 154.58 | 0.84 | 0.48 |
| Hex | 14 | DF | 89 | 5B | 0 | 27 | D | 9B | 54 | 30 |
| Octal | 24 | 337 | 211 | 133 | 0 | 47 | 15 | 233 | 124 | 60 |
| Binary | 10100 | 11011111 | 10001001 | 1011011 | 0 | 100111 | 1101 | 10011011 | 1010100 | 110000 |
Color Harmonies of #14DF89
Complementary color
Monochromatic Colors of #14DF89
Black with #14DF89
Text Example
Text Example
White with #14DF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DF89; }
p { color: rgb(20,223,137); }
H1.HeaderClassName
{
color: #14DF89;
}
.AnyTagClassName
{
color: #14DF89;
}
</style>
background-color css
<style>
a { background-color: #14DF89; }
a { background-color: rgb(20,223,137); }
div.DivClassName
{
background-color: #14DF89;
}
.BgClassName
{
background-color: #14DF89;
}
</style>
border-color css
<style>
span { border-color: #14DF89; }
span { border-color: rgb(20,223,137); }
td.TdClassName
{
border-color: #14DF89;
}
.TagClassName
{
border-color: #14DF89;
}
</style>