Shades of Caribbean Green #07E085
Tints of Caribbean Green #07E085
RGB
CMYK
RGB Variations
Color information
#07E085 (or 0x07E085) is known color: Caribbean Green. HEX triplet: 07, E0 and 85. RGB value is (7,224,133). Sum of RGB (Red+Green+Blue) = 7+224+133=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #07E085 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07E085 is #F81F7A. Grayscale: #949494. Windows color (decimal): -16260987 or 8773639. OLE color: 8773639.
HSL color Cylindrical-coordinate representation of color #07E085: hue angle of 154.84º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E085 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 224 | 133 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.12 |
| HSL | 154.84º | 0.94% | 0.45% | - |
| HSV(B) | 154.84º | 0.97% | 0.88% | - |
| XYZ | 30.98 | 55.05 | 31.18 | - |
| YUV | 148.74 | 119.11 | 26.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 224 | 133 | 0.97 | 0 | 0.41 | 0.12 | 154.84 | 0.94 | 0.45 |
| Hex | 7 | E0 | 85 | 61 | 0 | 29 | C | 9B | 5E | 2D |
| Octal | 7 | 340 | 205 | 141 | 0 | 51 | 14 | 233 | 136 | 55 |
| Binary | 111 | 11100000 | 10000101 | 1100001 | 0 | 101001 | 1100 | 10011011 | 1011110 | 101101 |
Color Harmonies of #07E085
Complementary color
Monochromatic Colors of #07E085
Black with #07E085
Text Example
Text Example
White with #07E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E085; }
p { color: rgb(7,224,133); }
H1.HeaderClassName
{
color: #07E085;
}
.AnyTagClassName
{
color: #07E085;
}
</style>
background-color css
<style>
a { background-color: #07E085; }
a { background-color: rgb(7,224,133); }
div.DivClassName
{
background-color: #07E085;
}
.BgClassName
{
background-color: #07E085;
}
</style>
border-color css
<style>
span { border-color: #07E085; }
span { border-color: rgb(7,224,133); }
td.TdClassName
{
border-color: #07E085;
}
.TagClassName
{
border-color: #07E085;
}
</style>