Shades of Caribbean Green #07DF86
Tints of Caribbean Green #07DF86
RGB
CMYK
RGB Variations
Color information
#07DF86 (or 0x07DF86) is known color: Caribbean Green. HEX triplet: 07, DF and 86. RGB value is (7,223,134). Sum of RGB (Red+Green+Blue) = 7+223+134=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 223 (87.5% from 255 or 61.26% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 223 - color contains mainly: green. Hex color #07DF86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DF86 is #F82079. Grayscale: #949494. Windows color (decimal): -16261242 or 8838919. OLE color: 8838919.
HSL color Cylindrical-coordinate representation of color #07DF86: hue angle of 155.28º 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 #07DF86 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 134 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.13 |
| HSL | 155.28º | 0.94% | 0.45% | - |
| HSV(B) | 155.28º | 0.97% | 0.87% | - |
| XYZ | 30.78 | 54.54 | 31.46 | - |
| YUV | 148.27 | 119.94 | 27.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 134 | 0.97 | 0 | 0.40 | 0.13 | 155.28 | 0.94 | 0.45 |
| Hex | 7 | DF | 86 | 61 | 0 | 28 | D | 9B | 5E | 2D |
| Octal | 7 | 337 | 206 | 141 | 0 | 50 | 15 | 233 | 136 | 55 |
| Binary | 111 | 11011111 | 10000110 | 1100001 | 0 | 101000 | 1101 | 10011011 | 1011110 | 101101 |
Color Harmonies of #07DF86
Complementary color
Monochromatic Colors of #07DF86
Black with #07DF86
Text Example
Text Example
White with #07DF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DF86; }
p { color: rgb(7,223,134); }
H1.HeaderClassName
{
color: #07DF86;
}
.AnyTagClassName
{
color: #07DF86;
}
</style>
background-color css
<style>
a { background-color: #07DF86; }
a { background-color: rgb(7,223,134); }
div.DivClassName
{
background-color: #07DF86;
}
.BgClassName
{
background-color: #07DF86;
}
</style>
border-color css
<style>
span { border-color: #07DF86; }
span { border-color: rgb(7,223,134); }
td.TdClassName
{
border-color: #07DF86;
}
.TagClassName
{
border-color: #07DF86;
}
</style>