Shades of Caribbean Green #07D988
Tints of Caribbean Green #07D988
RGB
CMYK
RGB Variations
Color information
#07D988 (or 0x07D988) is known color: Caribbean Green. HEX triplet: 07, D9 and 88. RGB value is (7,217,136). Sum of RGB (Red+Green+Blue) = 7+217+136=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #07D988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D988 is #F82677. Grayscale: #919191. Windows color (decimal): -16262776 or 8968455. OLE color: 8968455.
HSL color Cylindrical-coordinate representation of color #07D988: hue angle of 156.86º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D988 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 136 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.15 |
| HSL | 156.86º | 0.94% | 0.44% | - |
| HSV(B) | 156.86º | 0.97% | 0.85% | - |
| XYZ | 29.34 | 51.45 | 31.68 | - |
| YUV | 144.98 | 122.93 | 29.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 136 | 0.97 | 0 | 0.37 | 0.15 | 156.86 | 0.94 | 0.44 |
| Hex | 7 | D9 | 88 | 61 | 0 | 25 | F | 9D | 5E | 2C |
| Octal | 7 | 331 | 210 | 141 | 0 | 45 | 17 | 235 | 136 | 54 |
| Binary | 111 | 11011001 | 10001000 | 1100001 | 0 | 100101 | 1111 | 10011101 | 1011110 | 101100 |
Color Harmonies of #07D988
Complementary color
Monochromatic Colors of #07D988
Black with #07D988
Text Example
Text Example
White with #07D988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D988; }
p { color: rgb(7,217,136); }
H1.HeaderClassName
{
color: #07D988;
}
.AnyTagClassName
{
color: #07D988;
}
</style>
background-color css
<style>
a { background-color: #07D988; }
a { background-color: rgb(7,217,136); }
div.DivClassName
{
background-color: #07D988;
}
.BgClassName
{
background-color: #07D988;
}
</style>
border-color css
<style>
span { border-color: #07D988; }
span { border-color: rgb(7,217,136); }
td.TdClassName
{
border-color: #07D988;
}
.TagClassName
{
border-color: #07D988;
}
</style>