Shades of Caribbean Green #14DA85
Tints of Caribbean Green #14DA85
RGB
CMYK
RGB Variations
Color information
#14DA85 (or 0x14DA85) is known color: Caribbean Green. HEX triplet: 14, DA and 85. RGB value is (20,218,133). Sum of RGB (Red+Green+Blue) = 20+218+133=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #14DA85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DA85 is #EB257A. Grayscale: #959595. Windows color (decimal): -15410555 or 8772116. OLE color: 8772116.
HSL color Cylindrical-coordinate representation of color #14DA85: hue angle of 154.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DA85 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 218 | 133 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.15 |
| HSL | 154.24º | 0.83% | 0.47% | - |
| HSV(B) | 154.24º | 0.91% | 0.85% | - |
| XYZ | 29.59 | 51.98 | 30.66 | - |
| YUV | 149.11 | 118.9 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 218 | 133 | 0.91 | 0 | 0.39 | 0.15 | 154.24 | 0.83 | 0.47 |
| Hex | 14 | DA | 85 | 5B | 0 | 27 | F | 9A | 53 | 2F |
| Octal | 24 | 332 | 205 | 133 | 0 | 47 | 17 | 232 | 123 | 57 |
| Binary | 10100 | 11011010 | 10000101 | 1011011 | 0 | 100111 | 1111 | 10011010 | 1010011 | 101111 |
Color Harmonies of #14DA85
Complementary color
Monochromatic Colors of #14DA85
Black with #14DA85
Text Example
Text Example
White with #14DA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14DA85; }
p { color: rgb(20,218,133); }
H1.HeaderClassName
{
color: #14DA85;
}
.AnyTagClassName
{
color: #14DA85;
}
</style>
background-color css
<style>
a { background-color: #14DA85; }
a { background-color: rgb(20,218,133); }
div.DivClassName
{
background-color: #14DA85;
}
.BgClassName
{
background-color: #14DA85;
}
</style>
border-color css
<style>
span { border-color: #14DA85; }
span { border-color: rgb(20,218,133); }
td.TdClassName
{
border-color: #14DA85;
}
.TagClassName
{
border-color: #14DA85;
}
</style>