Shades of Caribbean Green #07DC99
Tints of Caribbean Green #07DC99
RGB
CMYK
RGB Variations
Color information
#07DC99 (or 0x07DC99) is known color: Caribbean Green. HEX triplet: 07, DC and 99. RGB value is (7,220,153). Sum of RGB (Red+Green+Blue) = 7+220+153=380 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.84% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DC99 is #F82366. Grayscale: #949494. Windows color (decimal): -16261991 or 10083335. OLE color: 10083335.
HSL color Cylindrical-coordinate representation of color #07DC99: hue angle of 161.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DC99 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 153 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.14 |
| HSL | 161.13º | 0.94% | 0.45% | - |
| HSV(B) | 161.13º | 0.97% | 0.86% | - |
| XYZ | 31.43 | 53.53 | 38.81 | - |
| YUV | 148.68 | 130.43 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 153 | 0.97 | 0 | 0.30 | 0.14 | 161.13 | 0.94 | 0.45 |
| Hex | 7 | DC | 99 | 61 | 0 | 1E | E | A1 | 5E | 2D |
| Octal | 7 | 334 | 231 | 141 | 0 | 36 | 16 | 241 | 136 | 55 |
| Binary | 111 | 11011100 | 10011001 | 1100001 | 0 | 11110 | 1110 | 10100001 | 1011110 | 101101 |
Color Harmonies of #07DC99
Complementary color
Monochromatic Colors of #07DC99
Black with #07DC99
Text Example
Text Example
White with #07DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC99; }
p { color: rgb(7,220,153); }
H1.HeaderClassName
{
color: #07DC99;
}
.AnyTagClassName
{
color: #07DC99;
}
</style>
background-color css
<style>
a { background-color: #07DC99; }
a { background-color: rgb(7,220,153); }
div.DivClassName
{
background-color: #07DC99;
}
.BgClassName
{
background-color: #07DC99;
}
</style>
border-color css
<style>
span { border-color: #07DC99; }
span { border-color: rgb(7,220,153); }
td.TdClassName
{
border-color: #07DC99;
}
.TagClassName
{
border-color: #07DC99;
}
</style>