Shades of Caribbean Green #0FDC84
Tints of Caribbean Green #0FDC84
RGB
CMYK
RGB Variations
Color information
#0FDC84 (or 0x0FDC84) is known color: Caribbean Green. HEX triplet: 0F, DC and 84. RGB value is (15,220,132). Sum of RGB (Red+Green+Blue) = 15+220+132=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 220 (86.33% from 255 or 59.95% from 367); Blue value is 132 (51.95% from 255 or 35.97% from 367); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDC84 is #F0237B. Grayscale: #949494. Windows color (decimal): -15737724 or 8707087. OLE color: 8707087.
HSL color Cylindrical-coordinate representation of color #0FDC84: hue angle of 154.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDC84 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 220 | 132 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.14 |
| HSL | 154.24º | 0.87% | 0.46% | - |
| HSV(B) | 154.24º | 0.93% | 0.86% | - |
| XYZ | 29.96 | 52.95 | 30.47 | - |
| YUV | 148.67 | 118.58 | 32.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 132 | 0.93 | 0 | 0.40 | 0.14 | 154.24 | 0.87 | 0.46 |
| Hex | F | DC | 84 | 5D | 0 | 28 | E | 9A | 57 | 2E |
| Octal | 17 | 334 | 204 | 135 | 0 | 50 | 16 | 232 | 127 | 56 |
| Binary | 1111 | 11011100 | 10000100 | 1011101 | 0 | 101000 | 1110 | 10011010 | 1010111 | 101110 |
Color Harmonies of #0FDC84
Complementary color
Monochromatic Colors of #0FDC84
Black with #0FDC84
Text Example
Text Example
White with #0FDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDC84; }
p { color: rgb(15,220,132); }
H1.HeaderClassName
{
color: #0FDC84;
}
.AnyTagClassName
{
color: #0FDC84;
}
</style>
background-color css
<style>
a { background-color: #0FDC84; }
a { background-color: rgb(15,220,132); }
div.DivClassName
{
background-color: #0FDC84;
}
.BgClassName
{
background-color: #0FDC84;
}
</style>
border-color css
<style>
span { border-color: #0FDC84; }
span { border-color: rgb(15,220,132); }
td.TdClassName
{
border-color: #0FDC84;
}
.TagClassName
{
border-color: #0FDC84;
}
</style>