Shades of Caribbean Green #0FDE88
Tints of Caribbean Green #0FDE88
RGB
CMYK
RGB Variations
Color information
#0FDE88 (or 0x0FDE88) is known color: Caribbean Green. HEX triplet: 0F, DE and 88. RGB value is (15,222,136). Sum of RGB (Red+Green+Blue) = 15+222+136=373 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.02% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE88 is #F02177. Grayscale: #969696. Windows color (decimal): -15737208 or 8969743. OLE color: 8969743.
HSL color Cylindrical-coordinate representation of color #0FDE88: hue angle of 155.07º 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 #0FDE88 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 136 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.13 |
| HSL | 155.07º | 0.87% | 0.46% | - |
| HSV(B) | 155.07º | 0.93% | 0.87% | - |
| XYZ | 30.76 | 54.12 | 32.12 | - |
| YUV | 150.3 | 119.92 | 31.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 136 | 0.93 | 0 | 0.39 | 0.13 | 155.07 | 0.87 | 0.46 |
| Hex | F | DE | 88 | 5D | 0 | 27 | D | 9B | 57 | 2E |
| Octal | 17 | 336 | 210 | 135 | 0 | 47 | 15 | 233 | 127 | 56 |
| Binary | 1111 | 11011110 | 10001000 | 1011101 | 0 | 100111 | 1101 | 10011011 | 1010111 | 101110 |
Color Harmonies of #0FDE88
Complementary color
Monochromatic Colors of #0FDE88
Black with #0FDE88
Text Example
Text Example
White with #0FDE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE88; }
p { color: rgb(15,222,136); }
H1.HeaderClassName
{
color: #0FDE88;
}
.AnyTagClassName
{
color: #0FDE88;
}
</style>
background-color css
<style>
a { background-color: #0FDE88; }
a { background-color: rgb(15,222,136); }
div.DivClassName
{
background-color: #0FDE88;
}
.BgClassName
{
background-color: #0FDE88;
}
</style>
border-color css
<style>
span { border-color: #0FDE88; }
span { border-color: rgb(15,222,136); }
td.TdClassName
{
border-color: #0FDE88;
}
.TagClassName
{
border-color: #0FDE88;
}
</style>