Shades of Caribbean Green #07D191
Tints of Caribbean Green #07D191
RGB
CMYK
RGB Variations
Color information
#07D191 (or 0x07D191) is known color: Caribbean Green. HEX triplet: 07, D1 and 91. RGB value is (7,209,145). Sum of RGB (Red+Green+Blue) = 7+209+145=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #07D191 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D191 is #F82E6E. Grayscale: #8D8D8D. Windows color (decimal): -16264815 or 9556231. OLE color: 9556231.
HSL color Cylindrical-coordinate representation of color #07D191: hue angle of 160.99º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D191 is Cyan = 0.97, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 7 | 209 | 145 | - |
| CMYK | 0.97 | 0 | 0.31 | 0.18 |
| HSL | 160.99º | 0.94% | 0.42% | - |
| HSV(B) | 160.99º | 0.97% | 0.82% | - |
| XYZ | 28 | 47.69 | 34.52 | - |
| YUV | 141.31 | 130.08 | 32.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 209 | 145 | 0.97 | 0 | 0.31 | 0.18 | 160.99 | 0.94 | 0.42 |
| Hex | 7 | D1 | 91 | 61 | 0 | 1F | 12 | A1 | 5E | 2A |
| Octal | 7 | 321 | 221 | 141 | 0 | 37 | 22 | 241 | 136 | 52 |
| Binary | 111 | 11010001 | 10010001 | 1100001 | 0 | 11111 | 10010 | 10100001 | 1011110 | 101010 |
Color Harmonies of #07D191
Complementary color
Monochromatic Colors of #07D191
Black with #07D191
Text Example
Text Example
White with #07D191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D191; }
p { color: rgb(7,209,145); }
H1.HeaderClassName
{
color: #07D191;
}
.AnyTagClassName
{
color: #07D191;
}
</style>
background-color css
<style>
a { background-color: #07D191; }
a { background-color: rgb(7,209,145); }
div.DivClassName
{
background-color: #07D191;
}
.BgClassName
{
background-color: #07D191;
}
</style>
border-color css
<style>
span { border-color: #07D191; }
span { border-color: rgb(7,209,145); }
td.TdClassName
{
border-color: #07D191;
}
.TagClassName
{
border-color: #07D191;
}
</style>