Shades of Caribbean Green #07DC91
Tints of Caribbean Green #07DC91
RGB
CMYK
RGB Variations
Color information
#07DC91 (or 0x07DC91) is known color: Caribbean Green. HEX triplet: 07, DC and 91. RGB value is (7,220,145). Sum of RGB (Red+Green+Blue) = 7+220+145=372 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 372); Green value is 220 (86.33% from 255 or 59.14% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 220 - color contains mainly: green. Hex color #07DC91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DC91 is #F8236E. Grayscale: #939393. Windows color (decimal): -16261999 or 9559047. OLE color: 9559047.
HSL color Cylindrical-coordinate representation of color #07DC91: hue angle of 158.87º 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 #07DC91 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 220 | 145 | - |
| CMYK | 0.97 | 0 | 0.34 | 0.14 |
| HSL | 158.87º | 0.94% | 0.45% | - |
| HSV(B) | 158.87º | 0.97% | 0.86% | - |
| XYZ | 30.79 | 53.28 | 35.45 | - |
| YUV | 147.76 | 126.43 | 27.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 220 | 145 | 0.97 | 0 | 0.34 | 0.14 | 158.87 | 0.94 | 0.45 |
| Hex | 7 | DC | 91 | 61 | 0 | 22 | E | 9F | 5E | 2D |
| Octal | 7 | 334 | 221 | 141 | 0 | 42 | 16 | 237 | 136 | 55 |
| Binary | 111 | 11011100 | 10010001 | 1100001 | 0 | 100010 | 1110 | 10011111 | 1011110 | 101101 |
Color Harmonies of #07DC91
Complementary color
Monochromatic Colors of #07DC91
Black with #07DC91
Text Example
Text Example
White with #07DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DC91; }
p { color: rgb(7,220,145); }
H1.HeaderClassName
{
color: #07DC91;
}
.AnyTagClassName
{
color: #07DC91;
}
</style>
background-color css
<style>
a { background-color: #07DC91; }
a { background-color: rgb(7,220,145); }
div.DivClassName
{
background-color: #07DC91;
}
.BgClassName
{
background-color: #07DC91;
}
</style>
border-color css
<style>
span { border-color: #07DC91; }
span { border-color: rgb(7,220,145); }
td.TdClassName
{
border-color: #07DC91;
}
.TagClassName
{
border-color: #07DC91;
}
</style>