Shades of Caribbean Green #0FDF89
Tints of Caribbean Green #0FDF89
RGB
CMYK
RGB Variations
Color information
#0FDF89 (or 0x0FDF89) is known color: Caribbean Green. HEX triplet: 0F, DF and 89. RGB value is (15,223,137). Sum of RGB (Red+Green+Blue) = 15+223+137=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDF89 is #F02076. Grayscale: #979797. Windows color (decimal): -15736951 or 9035535. OLE color: 9035535.
HSL color Cylindrical-coordinate representation of color #0FDF89: hue angle of 155.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF89 is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 223 | 137 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.13 |
| HSL | 155.19º | 0.87% | 0.47% | - |
| HSV(B) | 155.19º | 0.93% | 0.87% | - |
| XYZ | 31.1 | 54.68 | 32.58 | - |
| YUV | 151 | 120.09 | 30.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 137 | 0.93 | 0 | 0.39 | 0.13 | 155.19 | 0.87 | 0.47 |
| Hex | F | DF | 89 | 5D | 0 | 27 | D | 9B | 57 | 2F |
| Octal | 17 | 337 | 211 | 135 | 0 | 47 | 15 | 233 | 127 | 57 |
| Binary | 1111 | 11011111 | 10001001 | 1011101 | 0 | 100111 | 1101 | 10011011 | 1010111 | 101111 |
Color Harmonies of #0FDF89
Complementary color
Monochromatic Colors of #0FDF89
Black with #0FDF89
Text Example
Text Example
White with #0FDF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDF89; }
p { color: rgb(15,223,137); }
H1.HeaderClassName
{
color: #0FDF89;
}
.AnyTagClassName
{
color: #0FDF89;
}
</style>
background-color css
<style>
a { background-color: #0FDF89; }
a { background-color: rgb(15,223,137); }
div.DivClassName
{
background-color: #0FDF89;
}
.BgClassName
{
background-color: #0FDF89;
}
</style>
border-color css
<style>
span { border-color: #0FDF89; }
span { border-color: rgb(15,223,137); }
td.TdClassName
{
border-color: #0FDF89;
}
.TagClassName
{
border-color: #0FDF89;
}
</style>