Shades of Caribbean Green #0FDE8B
Tints of Caribbean Green #0FDE8B
RGB
CMYK
RGB Variations
Color information
#0FDE8B (or 0x0FDE8B) is known color: Caribbean Green. HEX triplet: 0F, DE and 8B. RGB value is (15,222,139). Sum of RGB (Red+Green+Blue) = 15+222+139=376 (49% of max value = 765). Red value is 15 (6.25% from 255 or 3.99% from 376); Green value is 222 (87.11% from 255 or 59.04% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 222 - color contains mainly: green. Hex color #0FDE8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDE8B is #F02174. Grayscale: #969696. Windows color (decimal): -15737205 or 9166351. OLE color: 9166351.
HSL color Cylindrical-coordinate representation of color #0FDE8B: hue angle of 155.94º 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 #0FDE8B is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 222 | 139 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.13 |
| HSL | 155.94º | 0.87% | 0.46% | - |
| HSV(B) | 155.94º | 0.93% | 0.87% | - |
| XYZ | 30.98 | 54.21 | 33.26 | - |
| YUV | 150.65 | 121.42 | 31.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 139 | 0.93 | 0 | 0.37 | 0.13 | 155.94 | 0.87 | 0.46 |
| Hex | F | DE | 8B | 5D | 0 | 25 | D | 9C | 57 | 2E |
| Octal | 17 | 336 | 213 | 135 | 0 | 45 | 15 | 234 | 127 | 56 |
| Binary | 1111 | 11011110 | 10001011 | 1011101 | 0 | 100101 | 1101 | 10011100 | 1010111 | 101110 |
Color Harmonies of #0FDE8B
Complementary color
Monochromatic Colors of #0FDE8B
Black with #0FDE8B
Text Example
Text Example
White with #0FDE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDE8B; }
p { color: rgb(15,222,139); }
H1.HeaderClassName
{
color: #0FDE8B;
}
.AnyTagClassName
{
color: #0FDE8B;
}
</style>
background-color css
<style>
a { background-color: #0FDE8B; }
a { background-color: rgb(15,222,139); }
div.DivClassName
{
background-color: #0FDE8B;
}
.BgClassName
{
background-color: #0FDE8B;
}
</style>
border-color css
<style>
span { border-color: #0FDE8B; }
span { border-color: rgb(15,222,139); }
td.TdClassName
{
border-color: #0FDE8B;
}
.TagClassName
{
border-color: #0FDE8B;
}
</style>