Shades of Caribbean Green #0FDE84
Tints of Caribbean Green #0FDE84
RGB
CMYK
RGB Variations
Color information
#0FDE84 (or 0x0FDE84) is known color: Caribbean Green. HEX triplet: 0F, DE and 84. RGB value is (15,222,132). Sum of RGB (Red+Green+Blue) = 15+222+132=369 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.07% from 369); Green value is 222 (87.11% from 255 or 60.16% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE84 is #F0217B. Grayscale: #969696. Windows color (decimal): -15737212 or 8707599. OLE color: 8707599.
HSL color Cylindrical-coordinate representation of color #0FDE84: hue angle of 153.91º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDE84 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 132 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.13 |
| HSL | 153.91º | 0.87% | 0.46% | - |
| HSV(B) | 153.91º | 0.93% | 0.87% | - |
| XYZ | 30.48 | 54.01 | 30.65 | - |
| YUV | 149.85 | 117.92 | 31.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 132 | 0.93 | 0 | 0.41 | 0.13 | 153.91 | 0.87 | 0.46 |
| Hex | F | DE | 84 | 5D | 0 | 29 | D | 9A | 57 | 2E |
| Octal | 17 | 336 | 204 | 135 | 0 | 51 | 15 | 232 | 127 | 56 |
| Binary | 1111 | 11011110 | 10000100 | 1011101 | 0 | 101001 | 1101 | 10011010 | 1010111 | 101110 |
Color Harmonies of #0FDE84
Complementary color
Monochromatic Colors of #0FDE84
Black with #0FDE84
Text Example
Text Example
White with #0FDE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE84; }
p { color: rgb(15,222,132); }
H1.HeaderClassName
{
color: #0FDE84;
}
.AnyTagClassName
{
color: #0FDE84;
}
</style>
background-color css
<style>
a { background-color: #0FDE84; }
a { background-color: rgb(15,222,132); }
div.DivClassName
{
background-color: #0FDE84;
}
.BgClassName
{
background-color: #0FDE84;
}
</style>
border-color css
<style>
span { border-color: #0FDE84; }
span { border-color: rgb(15,222,132); }
td.TdClassName
{
border-color: #0FDE84;
}
.TagClassName
{
border-color: #0FDE84;
}
</style>