Shades of Caribbean Green #15DE85
Tints of Caribbean Green #15DE85
RGB
CMYK
RGB Variations
Color information
#15DE85 (or 0x15DE85) is known color: Caribbean Green. HEX triplet: 15, DE and 85. RGB value is (21,222,133). Sum of RGB (Red+Green+Blue) = 21+222+133=376 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.59% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #15DE85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #15DE85 is #EA217A. Grayscale: #979797. Windows color (decimal): -15343995 or 8773141. OLE color: 8773141.
HSL color Cylindrical-coordinate representation of color #15DE85: hue angle of 153.43º degrees, saturation: 0.83, 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 #15DE85 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 222 | 133 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.13 |
| HSL | 153.43º | 0.83% | 0.48% | - |
| HSV(B) | 153.43º | 0.91% | 0.87% | - |
| XYZ | 30.66 | 54.1 | 31.02 | - |
| YUV | 151.76 | 117.41 | 34.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 133 | 0.91 | 0 | 0.40 | 0.13 | 153.43 | 0.83 | 0.48 |
| Hex | 15 | DE | 85 | 5B | 0 | 28 | D | 99 | 53 | 30 |
| Octal | 25 | 336 | 205 | 133 | 0 | 50 | 15 | 231 | 123 | 60 |
| Binary | 10101 | 11011110 | 10000101 | 1011011 | 0 | 101000 | 1101 | 10011001 | 1010011 | 110000 |
Color Harmonies of #15DE85
Complementary color
Monochromatic Colors of #15DE85
Black with #15DE85
Text Example
Text Example
White with #15DE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DE85; }
p { color: rgb(21,222,133); }
H1.HeaderClassName
{
color: #15DE85;
}
.AnyTagClassName
{
color: #15DE85;
}
</style>
background-color css
<style>
a { background-color: #15DE85; }
a { background-color: rgb(21,222,133); }
div.DivClassName
{
background-color: #15DE85;
}
.BgClassName
{
background-color: #15DE85;
}
</style>
border-color css
<style>
span { border-color: #15DE85; }
span { border-color: rgb(21,222,133); }
td.TdClassName
{
border-color: #15DE85;
}
.TagClassName
{
border-color: #15DE85;
}
</style>