Shades of Caribbean Green #0FD387
Tints of Caribbean Green #0FD387
RGB
CMYK
RGB Variations
Color information
#0FD387 (or 0x0FD387) is known color: Caribbean Green. HEX triplet: 0F, D3 and 87. RGB value is (15,211,135). Sum of RGB (Red+Green+Blue) = 15+211+135=361 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.16% from 361); Green value is 211 (82.81% from 255 or 58.45% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 211 - color contains mainly: green. Hex color #0FD387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD387 is #F02C78. Grayscale: #8F8F8F. Windows color (decimal): -15740025 or 8901391. OLE color: 8901391.
HSL color Cylindrical-coordinate representation of color #0FD387: hue angle of 156.73º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD387 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 15 | 211 | 135 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.17 |
| HSL | 156.73º | 0.87% | 0.44% | - |
| HSV(B) | 156.73º | 0.93% | 0.83% | - |
| XYZ | 27.86 | 48.44 | 30.8 | - |
| YUV | 143.73 | 123.07 | 36.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 135 | 0.93 | 0 | 0.36 | 0.17 | 156.73 | 0.87 | 0.44 |
| Hex | F | D3 | 87 | 5D | 0 | 24 | 11 | 9D | 57 | 2C |
| Octal | 17 | 323 | 207 | 135 | 0 | 44 | 21 | 235 | 127 | 54 |
| Binary | 1111 | 11010011 | 10000111 | 1011101 | 0 | 100100 | 10001 | 10011101 | 1010111 | 101100 |
Color Harmonies of #0FD387
Complementary color
Monochromatic Colors of #0FD387
Black with #0FD387
Text Example
Text Example
White with #0FD387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD387; }
p { color: rgb(15,211,135); }
H1.HeaderClassName
{
color: #0FD387;
}
.AnyTagClassName
{
color: #0FD387;
}
</style>
background-color css
<style>
a { background-color: #0FD387; }
a { background-color: rgb(15,211,135); }
div.DivClassName
{
background-color: #0FD387;
}
.BgClassName
{
background-color: #0FD387;
}
</style>
border-color css
<style>
span { border-color: #0FD387; }
span { border-color: rgb(15,211,135); }
td.TdClassName
{
border-color: #0FD387;
}
.TagClassName
{
border-color: #0FD387;
}
</style>