Shades of Caribbean Green #07DD86
Tints of Caribbean Green #07DD86
RGB
CMYK
RGB Variations
Color information
#07DD86 (or 0x07DD86) is known color: Caribbean Green. HEX triplet: 07, DD and 86. RGB value is (7,221,134). Sum of RGB (Red+Green+Blue) = 7+221+134=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DD86 is #F82279. Grayscale: #939393. Windows color (decimal): -16261754 or 8838407. OLE color: 8838407.
HSL color Cylindrical-coordinate representation of color #07DD86: hue angle of 155.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DD86 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 134 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.13 |
| HSL | 155.61º | 0.94% | 0.45% | - |
| HSV(B) | 155.61º | 0.97% | 0.87% | - |
| XYZ | 30.25 | 53.48 | 31.28 | - |
| YUV | 147.1 | 120.6 | 28.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 134 | 0.97 | 0 | 0.39 | 0.13 | 155.61 | 0.94 | 0.45 |
| Hex | 7 | DD | 86 | 61 | 0 | 27 | D | 9C | 5E | 2D |
| Octal | 7 | 335 | 206 | 141 | 0 | 47 | 15 | 234 | 136 | 55 |
| Binary | 111 | 11011101 | 10000110 | 1100001 | 0 | 100111 | 1101 | 10011100 | 1011110 | 101101 |
Color Harmonies of #07DD86
Complementary color
Monochromatic Colors of #07DD86
Black with #07DD86
Text Example
Text Example
White with #07DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DD86; }
p { color: rgb(7,221,134); }
H1.HeaderClassName
{
color: #07DD86;
}
.AnyTagClassName
{
color: #07DD86;
}
</style>
background-color css
<style>
a { background-color: #07DD86; }
a { background-color: rgb(7,221,134); }
div.DivClassName
{
background-color: #07DD86;
}
.BgClassName
{
background-color: #07DD86;
}
</style>
border-color css
<style>
span { border-color: #07DD86; }
span { border-color: rgb(7,221,134); }
td.TdClassName
{
border-color: #07DD86;
}
.TagClassName
{
border-color: #07DD86;
}
</style>