Shades of Caribbean Green #0FDE99
Tints of Caribbean Green #0FDE99
RGB
CMYK
RGB Variations
Color information
#0FDE99 (or 0x0FDE99) is known color: Caribbean Green. HEX triplet: 0F, DE and 99. RGB value is (15,222,153). Sum of RGB (Red+Green+Blue) = 15+222+153=390 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.85% from 390); Green value is 222 (87.11% from 255 or 56.92% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE99 is #F02166. Grayscale: #989898. Windows color (decimal): -15737191 or 10083855. OLE color: 10083855.
HSL color Cylindrical-coordinate representation of color #0FDE99: hue angle of 160º 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 #0FDE99 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 153 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.13 |
| HSL | 160º | 0.87% | 0.46% | - |
| HSV(B) | 160º | 0.93% | 0.87% | - |
| XYZ | 32.07 | 54.64 | 38.99 | - |
| YUV | 152.24 | 128.42 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 153 | 0.93 | 0 | 0.31 | 0.13 | 160 | 0.87 | 0.46 |
| Hex | F | DE | 99 | 5D | 0 | 1F | D | A0 | 57 | 2E |
| Octal | 17 | 336 | 231 | 135 | 0 | 37 | 15 | 240 | 127 | 56 |
| Binary | 1111 | 11011110 | 10011001 | 1011101 | 0 | 11111 | 1101 | 10100000 | 1010111 | 101110 |
Color Harmonies of #0FDE99
Complementary color
Monochromatic Colors of #0FDE99
Black with #0FDE99
Text Example
Text Example
White with #0FDE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE99; }
p { color: rgb(15,222,153); }
H1.HeaderClassName
{
color: #0FDE99;
}
.AnyTagClassName
{
color: #0FDE99;
}
</style>
background-color css
<style>
a { background-color: #0FDE99; }
a { background-color: rgb(15,222,153); }
div.DivClassName
{
background-color: #0FDE99;
}
.BgClassName
{
background-color: #0FDE99;
}
</style>
border-color css
<style>
span { border-color: #0FDE99; }
span { border-color: rgb(15,222,153); }
td.TdClassName
{
border-color: #0FDE99;
}
.TagClassName
{
border-color: #0FDE99;
}
</style>