Shades of Caribbean Green #07DB85
Tints of Caribbean Green #07DB85
RGB
CMYK
RGB Variations
Color information
#07DB85 (or 0x07DB85) is known color: Caribbean Green. HEX triplet: 07, DB and 85. RGB value is (7,219,133). Sum of RGB (Red+Green+Blue) = 7+219+133=359 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.95% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #07DB85 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DB85 is #F8247A. Grayscale: #919191. Windows color (decimal): -16262267 or 8772359. OLE color: 8772359.
HSL color Cylindrical-coordinate representation of color #07DB85: hue angle of 155.66º 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 #07DB85 is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 133 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.14 |
| HSL | 155.66º | 0.94% | 0.44% | - |
| HSV(B) | 155.66º | 0.97% | 0.86% | - |
| XYZ | 29.65 | 52.4 | 30.74 | - |
| YUV | 145.81 | 120.76 | 28.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 133 | 0.97 | 0 | 0.39 | 0.14 | 155.66 | 0.94 | 0.44 |
| Hex | 7 | DB | 85 | 61 | 0 | 27 | E | 9C | 5E | 2C |
| Octal | 7 | 333 | 205 | 141 | 0 | 47 | 16 | 234 | 136 | 54 |
| Binary | 111 | 11011011 | 10000101 | 1100001 | 0 | 100111 | 1110 | 10011100 | 1011110 | 101100 |
Color Harmonies of #07DB85
Complementary color
Monochromatic Colors of #07DB85
Black with #07DB85
Text Example
Text Example
White with #07DB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DB85; }
p { color: rgb(7,219,133); }
H1.HeaderClassName
{
color: #07DB85;
}
.AnyTagClassName
{
color: #07DB85;
}
</style>
background-color css
<style>
a { background-color: #07DB85; }
a { background-color: rgb(7,219,133); }
div.DivClassName
{
background-color: #07DB85;
}
.BgClassName
{
background-color: #07DB85;
}
</style>
border-color css
<style>
span { border-color: #07DB85; }
span { border-color: rgb(7,219,133); }
td.TdClassName
{
border-color: #07DB85;
}
.TagClassName
{
border-color: #07DB85;
}
</style>