Shades of Caribbean Green #07DB82
Tints of Caribbean Green #07DB82
RGB
CMYK
RGB Variations
Color information
#07DB82 (or 0x07DB82) is known color: Caribbean Green. HEX triplet: 07, DB and 82. RGB value is (7,219,130). Sum of RGB (Red+Green+Blue) = 7+219+130=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DB82 is #F8247D. Grayscale: #919191. Windows color (decimal): -16262270 or 8575751. OLE color: 8575751.
HSL color Cylindrical-coordinate representation of color #07DB82: hue angle of 154.81º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DB82 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 130 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.14 |
| HSL | 154.81º | 0.94% | 0.44% | - |
| HSV(B) | 154.81º | 0.97% | 0.86% | - |
| XYZ | 29.45 | 52.32 | 29.67 | - |
| YUV | 145.47 | 119.26 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 130 | 0.97 | 0 | 0.41 | 0.14 | 154.81 | 0.94 | 0.44 |
| Hex | 7 | DB | 82 | 61 | 0 | 29 | E | 9B | 5E | 2C |
| Octal | 7 | 333 | 202 | 141 | 0 | 51 | 16 | 233 | 136 | 54 |
| Binary | 111 | 11011011 | 10000010 | 1100001 | 0 | 101001 | 1110 | 10011011 | 1011110 | 101100 |
Color Harmonies of #07DB82
Complementary color
Monochromatic Colors of #07DB82
Black with #07DB82
Text Example
Text Example
White with #07DB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB82; }
p { color: rgb(7,219,130); }
H1.HeaderClassName
{
color: #07DB82;
}
.AnyTagClassName
{
color: #07DB82;
}
</style>
background-color css
<style>
a { background-color: #07DB82; }
a { background-color: rgb(7,219,130); }
div.DivClassName
{
background-color: #07DB82;
}
.BgClassName
{
background-color: #07DB82;
}
</style>
border-color css
<style>
span { border-color: #07DB82; }
span { border-color: rgb(7,219,130); }
td.TdClassName
{
border-color: #07DB82;
}
.TagClassName
{
border-color: #07DB82;
}
</style>