Shades of Caribbean Green #07D680
Tints of Caribbean Green #07D680
RGB
CMYK
RGB Variations
Color information
#07D680 (or 0x07D680) is known color: Caribbean Green. HEX triplet: 07, D6 and 80. RGB value is (7,214,128). Sum of RGB (Red+Green+Blue) = 7+214+128=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #07D680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D680 is #F8297F. Grayscale: #8E8E8E. Windows color (decimal): -16263552 or 8443399. OLE color: 8443399.
HSL color Cylindrical-coordinate representation of color #07D680: hue angle of 155.07º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D680 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 214 | 128 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.16 |
| HSL | 155.07º | 0.94% | 0.43% | - |
| HSV(B) | 155.07º | 0.97% | 0.84% | - |
| XYZ | 28.03 | 49.7 | 28.54 | - |
| YUV | 142.3 | 119.92 | 31.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 214 | 128 | 0.97 | 0 | 0.40 | 0.16 | 155.07 | 0.94 | 0.43 |
| Hex | 7 | D6 | 80 | 61 | 0 | 28 | 10 | 9B | 5E | 2B |
| Octal | 7 | 326 | 200 | 141 | 0 | 50 | 20 | 233 | 136 | 53 |
| Binary | 111 | 11010110 | 10000000 | 1100001 | 0 | 101000 | 10000 | 10011011 | 1011110 | 101011 |
Color Harmonies of #07D680
Complementary color
Monochromatic Colors of #07D680
Black with #07D680
Text Example
Text Example
White with #07D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D680; }
p { color: rgb(7,214,128); }
H1.HeaderClassName
{
color: #07D680;
}
.AnyTagClassName
{
color: #07D680;
}
</style>
background-color css
<style>
a { background-color: #07D680; }
a { background-color: rgb(7,214,128); }
div.DivClassName
{
background-color: #07D680;
}
.BgClassName
{
background-color: #07D680;
}
</style>
border-color css
<style>
span { border-color: #07D680; }
span { border-color: rgb(7,214,128); }
td.TdClassName
{
border-color: #07D680;
}
.TagClassName
{
border-color: #07D680;
}
</style>