Shades of Caribbean Green #07CC80
Tints of Caribbean Green #07CC80
RGB
CMYK
RGB Variations
Color information
#07CC80 (or 0x07CC80) is known color: Caribbean Green. HEX triplet: 07, CC and 80. RGB value is (7,204,128). Sum of RGB (Red+Green+Blue) = 7+204+128=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CC80 is #F8337F. Grayscale: #888888. Windows color (decimal): -16266112 or 8440839. OLE color: 8440839.
HSL color Cylindrical-coordinate representation of color #07CC80: hue angle of 156.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC80 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 128 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.2 |
| HSL | 156.85º | 0.93% | 0.41% | - |
| HSV(B) | 156.85º | 0.97% | 0.8% | - |
| XYZ | 25.58 | 44.79 | 27.72 | - |
| YUV | 136.43 | 123.23 | 35.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 128 | 0.97 | 0 | 0.37 | 0.2 | 156.85 | 0.93 | 0.41 |
| Hex | 7 | CC | 80 | 61 | 0 | 25 | 14 | 9D | 5D | 29 |
| Octal | 7 | 314 | 200 | 141 | 0 | 45 | 24 | 235 | 135 | 51 |
| Binary | 111 | 11001100 | 10000000 | 1100001 | 0 | 100101 | 10100 | 10011101 | 1011101 | 101001 |
Color Harmonies of #07CC80
Complementary color
Monochromatic Colors of #07CC80
Black with #07CC80
Text Example
Text Example
White with #07CC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC80; }
p { color: rgb(7,204,128); }
H1.HeaderClassName
{
color: #07CC80;
}
.AnyTagClassName
{
color: #07CC80;
}
</style>
background-color css
<style>
a { background-color: #07CC80; }
a { background-color: rgb(7,204,128); }
div.DivClassName
{
background-color: #07CC80;
}
.BgClassName
{
background-color: #07CC80;
}
</style>
border-color css
<style>
span { border-color: #07CC80; }
span { border-color: rgb(7,204,128); }
td.TdClassName
{
border-color: #07CC80;
}
.TagClassName
{
border-color: #07CC80;
}
</style>