Shades of Caribbean Green #0FDD81
Tints of Caribbean Green #0FDD81
RGB
CMYK
RGB Variations
Color information
#0FDD81 (or 0x0FDD81) is known color: Caribbean Green. HEX triplet: 0F, DD and 81. RGB value is (15,221,129). Sum of RGB (Red+Green+Blue) = 15+221+129=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDD81 is #F0227E. Grayscale: #959595. Windows color (decimal): -15737471 or 8510735. OLE color: 8510735.
HSL color Cylindrical-coordinate representation of color #0FDD81: hue angle of 153.2º 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 #0FDD81 is Cyan = 0.93, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 129 | - |
| CMYK | 0.93 | 0 | 0.42 | 0.13 |
| HSL | 153.2º | 0.87% | 0.46% | - |
| HSV(B) | 153.2º | 0.93% | 0.87% | - |
| XYZ | 30.02 | 53.4 | 29.49 | - |
| YUV | 148.92 | 116.75 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 129 | 0.93 | 0 | 0.42 | 0.13 | 153.2 | 0.87 | 0.46 |
| Hex | F | DD | 81 | 5D | 0 | 2A | D | 99 | 57 | 2E |
| Octal | 17 | 335 | 201 | 135 | 0 | 52 | 15 | 231 | 127 | 56 |
| Binary | 1111 | 11011101 | 10000001 | 1011101 | 0 | 101010 | 1101 | 10011001 | 1010111 | 101110 |
Color Harmonies of #0FDD81
Complementary color
Monochromatic Colors of #0FDD81
Black with #0FDD81
Text Example
Text Example
White with #0FDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD81; }
p { color: rgb(15,221,129); }
H1.HeaderClassName
{
color: #0FDD81;
}
.AnyTagClassName
{
color: #0FDD81;
}
</style>
background-color css
<style>
a { background-color: #0FDD81; }
a { background-color: rgb(15,221,129); }
div.DivClassName
{
background-color: #0FDD81;
}
.BgClassName
{
background-color: #0FDD81;
}
</style>
border-color css
<style>
span { border-color: #0FDD81; }
span { border-color: rgb(15,221,129); }
td.TdClassName
{
border-color: #0FDD81;
}
.TagClassName
{
border-color: #0FDD81;
}
</style>