Shades of Caribbean Green #0FDD82
Tints of Caribbean Green #0FDD82
RGB
CMYK
RGB Variations
Color information
#0FDD82 (or 0x0FDD82) is known color: Caribbean Green. HEX triplet: 0F, DD and 82. RGB value is (15,221,130). Sum of RGB (Red+Green+Blue) = 15+221+130=366 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.10% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0FDD82 is #F0227D. Grayscale: #959595. Windows color (decimal): -15737470 or 8576271. OLE color: 8576271.
HSL color Cylindrical-coordinate representation of color #0FDD82: hue angle of 153.5º 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 #0FDD82 is Cyan = 0.93, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 221 | 130 | - |
| CMYK | 0.93 | 0 | 0.41 | 0.13 |
| HSL | 153.5º | 0.87% | 0.46% | - |
| HSV(B) | 153.5º | 0.93% | 0.87% | - |
| XYZ | 30.08 | 53.43 | 29.85 | - |
| YUV | 149.03 | 117.25 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 130 | 0.93 | 0 | 0.41 | 0.13 | 153.5 | 0.87 | 0.46 |
| Hex | F | DD | 82 | 5D | 0 | 29 | D | 99 | 57 | 2E |
| Octal | 17 | 335 | 202 | 135 | 0 | 51 | 15 | 231 | 127 | 56 |
| Binary | 1111 | 11011101 | 10000010 | 1011101 | 0 | 101001 | 1101 | 10011001 | 1010111 | 101110 |
Color Harmonies of #0FDD82
Complementary color
Monochromatic Colors of #0FDD82
Black with #0FDD82
Text Example
Text Example
White with #0FDD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDD82; }
p { color: rgb(15,221,130); }
H1.HeaderClassName
{
color: #0FDD82;
}
.AnyTagClassName
{
color: #0FDD82;
}
</style>
background-color css
<style>
a { background-color: #0FDD82; }
a { background-color: rgb(15,221,130); }
div.DivClassName
{
background-color: #0FDD82;
}
.BgClassName
{
background-color: #0FDD82;
}
</style>
border-color css
<style>
span { border-color: #0FDD82; }
span { border-color: rgb(15,221,130); }
td.TdClassName
{
border-color: #0FDD82;
}
.TagClassName
{
border-color: #0FDD82;
}
</style>