Shades of Caribbean Green #0FD580
Tints of Caribbean Green #0FD580
RGB
CMYK
RGB Variations
Color information
#0FD580 (or 0x0FD580) is known color: Caribbean Green. HEX triplet: 0F, D5 and 80. RGB value is (15,213,128). Sum of RGB (Red+Green+Blue) = 15+213+128=356 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.21% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FD580 is #F02A7F. Grayscale: #909090. Windows color (decimal): -15739520 or 8443151. OLE color: 8443151.
HSL color Cylindrical-coordinate representation of color #0FD580: hue angle of 154.24º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD580 is Cyan = 0.93, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 213 | 128 | - |
| CMYK | 0.93 | 0 | 0.40 | 0.16 |
| HSL | 154.24º | 0.87% | 0.45% | - |
| HSV(B) | 154.24º | 0.93% | 0.84% | - |
| XYZ | 27.89 | 49.25 | 28.46 | - |
| YUV | 144.11 | 118.9 | 35.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 213 | 128 | 0.93 | 0 | 0.40 | 0.16 | 154.24 | 0.87 | 0.45 |
| Hex | F | D5 | 80 | 5D | 0 | 28 | 10 | 9A | 57 | 2D |
| Octal | 17 | 325 | 200 | 135 | 0 | 50 | 20 | 232 | 127 | 55 |
| Binary | 1111 | 11010101 | 10000000 | 1011101 | 0 | 101000 | 10000 | 10011010 | 1010111 | 101101 |
Color Harmonies of #0FD580
Complementary color
Monochromatic Colors of #0FD580
Black with #0FD580
Text Example
Text Example
White with #0FD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD580; }
p { color: rgb(15,213,128); }
H1.HeaderClassName
{
color: #0FD580;
}
.AnyTagClassName
{
color: #0FD580;
}
</style>
background-color css
<style>
a { background-color: #0FD580; }
a { background-color: rgb(15,213,128); }
div.DivClassName
{
background-color: #0FD580;
}
.BgClassName
{
background-color: #0FD580;
}
</style>
border-color css
<style>
span { border-color: #0FD580; }
span { border-color: rgb(15,213,128); }
td.TdClassName
{
border-color: #0FD580;
}
.TagClassName
{
border-color: #0FD580;
}
</style>