Shades of Caribbean Green #0FCF85
Tints of Caribbean Green #0FCF85
RGB
CMYK
RGB Variations
Color information
#0FCF85 (or 0x0FCF85) is known color: Caribbean Green. HEX triplet: 0F, CF and 85. RGB value is (15,207,133). Sum of RGB (Red+Green+Blue) = 15+207+133=355 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.23% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #0FCF85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FCF85 is #F0307A. Grayscale: #8D8D8D. Windows color (decimal): -15741051 or 8769295. OLE color: 8769295.
HSL color Cylindrical-coordinate representation of color #0FCF85: hue angle of 156.88º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCF85 is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 207 | 133 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.19 |
| HSL | 156.88º | 0.86% | 0.44% | - |
| HSV(B) | 156.88º | 0.93% | 0.81% | - |
| XYZ | 26.74 | 46.42 | 29.74 | - |
| YUV | 141.16 | 123.39 | 38.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 133 | 0.93 | 0 | 0.36 | 0.19 | 156.88 | 0.86 | 0.44 |
| Hex | F | CF | 85 | 5D | 0 | 24 | 13 | 9D | 56 | 2C |
| Octal | 17 | 317 | 205 | 135 | 0 | 44 | 23 | 235 | 126 | 54 |
| Binary | 1111 | 11001111 | 10000101 | 1011101 | 0 | 100100 | 10011 | 10011101 | 1010110 | 101100 |
Color Harmonies of #0FCF85
Complementary color
Monochromatic Colors of #0FCF85
Black with #0FCF85
Text Example
Text Example
White with #0FCF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCF85; }
p { color: rgb(15,207,133); }
H1.HeaderClassName
{
color: #0FCF85;
}
.AnyTagClassName
{
color: #0FCF85;
}
</style>
background-color css
<style>
a { background-color: #0FCF85; }
a { background-color: rgb(15,207,133); }
div.DivClassName
{
background-color: #0FCF85;
}
.BgClassName
{
background-color: #0FCF85;
}
</style>
border-color css
<style>
span { border-color: #0FCF85; }
span { border-color: rgb(15,207,133); }
td.TdClassName
{
border-color: #0FCF85;
}
.TagClassName
{
border-color: #0FCF85;
}
</style>