Shades of Caribbean Green #07DD8F
Tints of Caribbean Green #07DD8F
RGB
CMYK
RGB Variations
Color information
#07DD8F (or 0x07DD8F) is known color: Caribbean Green. HEX triplet: 07, DD and 8F. RGB value is (7,221,143). Sum of RGB (Red+Green+Blue) = 7+221+143=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #07DD8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DD8F is #F82270. Grayscale: #949494. Windows color (decimal): -16261745 or 9428231. OLE color: 9428231.
HSL color Cylindrical-coordinate representation of color #07DD8F: hue angle of 158.13º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DD8F is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 143 | - |
| CMYK | 0.97 | 0 | 0.35 | 0.13 |
| HSL | 158.13º | 0.94% | 0.45% | - |
| HSV(B) | 158.13º | 0.97% | 0.87% | - |
| XYZ | 30.9 | 53.74 | 34.73 | - |
| YUV | 148.12 | 125.1 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 143 | 0.97 | 0 | 0.35 | 0.13 | 158.13 | 0.94 | 0.45 |
| Hex | 7 | DD | 8F | 61 | 0 | 23 | D | 9E | 5E | 2D |
| Octal | 7 | 335 | 217 | 141 | 0 | 43 | 15 | 236 | 136 | 55 |
| Binary | 111 | 11011101 | 10001111 | 1100001 | 0 | 100011 | 1101 | 10011110 | 1011110 | 101101 |
Color Harmonies of #07DD8F
Complementary color
Monochromatic Colors of #07DD8F
Black with #07DD8F
Text Example
Text Example
White with #07DD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DD8F; }
p { color: rgb(7,221,143); }
H1.HeaderClassName
{
color: #07DD8F;
}
.AnyTagClassName
{
color: #07DD8F;
}
</style>
background-color css
<style>
a { background-color: #07DD8F; }
a { background-color: rgb(7,221,143); }
div.DivClassName
{
background-color: #07DD8F;
}
.BgClassName
{
background-color: #07DD8F;
}
</style>
border-color css
<style>
span { border-color: #07DD8F; }
span { border-color: rgb(7,221,143); }
td.TdClassName
{
border-color: #07DD8F;
}
.TagClassName
{
border-color: #07DD8F;
}
</style>