Shades of Caribbean Green #0FDE91
Tints of Caribbean Green #0FDE91
RGB
CMYK
RGB Variations
Color information
#0FDE91 (or 0x0FDE91) is known color: Caribbean Green. HEX triplet: 0F, DE and 91. RGB value is (15,222,145). Sum of RGB (Red+Green+Blue) = 15+222+145=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 222 (87.11% from 255 or 58.12% from 382); Blue value is 145 (57.03% from 255 or 37.96% from 382); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE91 is #F0216E. Grayscale: #979797. Windows color (decimal): -15737199 or 9559567. OLE color: 9559567.
HSL color Cylindrical-coordinate representation of color #0FDE91: hue angle of 157.68º 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 #0FDE91 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 145 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.13 |
| HSL | 157.68º | 0.87% | 0.46% | - |
| HSV(B) | 157.68º | 0.93% | 0.87% | - |
| XYZ | 31.43 | 54.39 | 35.63 | - |
| YUV | 151.33 | 124.42 | 30.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 145 | 0.93 | 0 | 0.35 | 0.13 | 157.68 | 0.87 | 0.46 |
| Hex | F | DE | 91 | 5D | 0 | 23 | D | 9E | 57 | 2E |
| Octal | 17 | 336 | 221 | 135 | 0 | 43 | 15 | 236 | 127 | 56 |
| Binary | 1111 | 11011110 | 10010001 | 1011101 | 0 | 100011 | 1101 | 10011110 | 1010111 | 101110 |
Color Harmonies of #0FDE91
Complementary color
Monochromatic Colors of #0FDE91
Black with #0FDE91
Text Example
Text Example
White with #0FDE91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE91; }
p { color: rgb(15,222,145); }
H1.HeaderClassName
{
color: #0FDE91;
}
.AnyTagClassName
{
color: #0FDE91;
}
</style>
background-color css
<style>
a { background-color: #0FDE91; }
a { background-color: rgb(15,222,145); }
div.DivClassName
{
background-color: #0FDE91;
}
.BgClassName
{
background-color: #0FDE91;
}
</style>
border-color css
<style>
span { border-color: #0FDE91; }
span { border-color: rgb(15,222,145); }
td.TdClassName
{
border-color: #0FDE91;
}
.TagClassName
{
border-color: #0FDE91;
}
</style>