Shades of Caribbean Green #07D994
Tints of Caribbean Green #07D994
RGB
CMYK
RGB Variations
Color information
#07D994 (or 0x07D994) is known color: Caribbean Green. HEX triplet: 07, D9 and 94. RGB value is (7,217,148). Sum of RGB (Red+Green+Blue) = 7+217+148=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 217 (85.16% from 255 or 58.33% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 217 - color contains mainly: green. Hex color #07D994 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D994 is #F8266B. Grayscale: #929292. Windows color (decimal): -16262764 or 9754887. OLE color: 9754887.
HSL color Cylindrical-coordinate representation of color #07D994: hue angle of 160.29º 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 #07D994 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 217 | 148 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.15 |
| HSL | 160.29º | 0.94% | 0.44% | - |
| HSV(B) | 160.29º | 0.97% | 0.85% | - |
| XYZ | 30.25 | 51.81 | 36.42 | - |
| YUV | 146.34 | 128.93 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 217 | 148 | 0.97 | 0 | 0.32 | 0.15 | 160.29 | 0.94 | 0.44 |
| Hex | 7 | D9 | 94 | 61 | 0 | 20 | F | A0 | 5E | 2C |
| Octal | 7 | 331 | 224 | 141 | 0 | 40 | 17 | 240 | 136 | 54 |
| Binary | 111 | 11011001 | 10010100 | 1100001 | 0 | 100000 | 1111 | 10100000 | 1011110 | 101100 |
Color Harmonies of #07D994
Complementary color
Monochromatic Colors of #07D994
Black with #07D994
Text Example
Text Example
White with #07D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D994; }
p { color: rgb(7,217,148); }
H1.HeaderClassName
{
color: #07D994;
}
.AnyTagClassName
{
color: #07D994;
}
</style>
background-color css
<style>
a { background-color: #07D994; }
a { background-color: rgb(7,217,148); }
div.DivClassName
{
background-color: #07D994;
}
.BgClassName
{
background-color: #07D994;
}
</style>
border-color css
<style>
span { border-color: #07D994; }
span { border-color: rgb(7,217,148); }
td.TdClassName
{
border-color: #07D994;
}
.TagClassName
{
border-color: #07D994;
}
</style>