Shades of Caribbean Green #07DA80
Tints of Caribbean Green #07DA80
RGB
CMYK
RGB Variations
Color information
#07DA80 (or 0x07DA80) is known color: Caribbean Green. HEX triplet: 07, DA and 80. RGB value is (7,218,128). Sum of RGB (Red+Green+Blue) = 7+218+128=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 218 (85.55% from 255 or 61.76% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 218 - color contains mainly: green. Hex color #07DA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DA80 is #F8257F. Grayscale: #909090. Windows color (decimal): -16262528 or 8444423. OLE color: 8444423.
HSL color Cylindrical-coordinate representation of color #07DA80: hue angle of 154.41º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DA80 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 218 | 128 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.15 |
| HSL | 154.41º | 0.94% | 0.44% | - |
| HSV(B) | 154.41º | 0.97% | 0.85% | - |
| XYZ | 29.06 | 51.75 | 28.88 | - |
| YUV | 144.65 | 118.6 | 29.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 218 | 128 | 0.97 | 0 | 0.41 | 0.15 | 154.41 | 0.94 | 0.44 |
| Hex | 7 | DA | 80 | 61 | 0 | 29 | F | 9A | 5E | 2C |
| Octal | 7 | 332 | 200 | 141 | 0 | 51 | 17 | 232 | 136 | 54 |
| Binary | 111 | 11011010 | 10000000 | 1100001 | 0 | 101001 | 1111 | 10011010 | 1011110 | 101100 |
Color Harmonies of #07DA80
Complementary color
Monochromatic Colors of #07DA80
Black with #07DA80
Text Example
Text Example
White with #07DA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DA80; }
p { color: rgb(7,218,128); }
H1.HeaderClassName
{
color: #07DA80;
}
.AnyTagClassName
{
color: #07DA80;
}
</style>
background-color css
<style>
a { background-color: #07DA80; }
a { background-color: rgb(7,218,128); }
div.DivClassName
{
background-color: #07DA80;
}
.BgClassName
{
background-color: #07DA80;
}
</style>
border-color css
<style>
span { border-color: #07DA80; }
span { border-color: rgb(7,218,128); }
td.TdClassName
{
border-color: #07DA80;
}
.TagClassName
{
border-color: #07DA80;
}
</style>