Shades of Caribbean Green #07CE84
Tints of Caribbean Green #07CE84
RGB
CMYK
RGB Variations
Color information
#07CE84 (or 0x07CE84) is known color: Caribbean Green. HEX triplet: 07, CE and 84. RGB value is (7,206,132). Sum of RGB (Red+Green+Blue) = 7+206+132=345 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #07CE84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CE84 is #F8317B. Grayscale: #8A8A8A. Windows color (decimal): -16265596 or 8703495. OLE color: 8703495.
HSL color Cylindrical-coordinate representation of color #07CE84: hue angle of 157.69º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CE84 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 206 | 132 | - |
| CMYK | 0.97 | 0 | 0.36 | 0.19 |
| HSL | 157.69º | 0.93% | 0.42% | - |
| HSV(B) | 157.69º | 0.97% | 0.81% | - |
| XYZ | 26.32 | 45.85 | 29.29 | - |
| YUV | 138.06 | 124.57 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 206 | 132 | 0.97 | 0 | 0.36 | 0.19 | 157.69 | 0.93 | 0.42 |
| Hex | 7 | CE | 84 | 61 | 0 | 24 | 13 | 9E | 5D | 2A |
| Octal | 7 | 316 | 204 | 141 | 0 | 44 | 23 | 236 | 135 | 52 |
| Binary | 111 | 11001110 | 10000100 | 1100001 | 0 | 100100 | 10011 | 10011110 | 1011101 | 101010 |
Color Harmonies of #07CE84
Complementary color
Monochromatic Colors of #07CE84
Black with #07CE84
Text Example
Text Example
White with #07CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CE84; }
p { color: rgb(7,206,132); }
H1.HeaderClassName
{
color: #07CE84;
}
.AnyTagClassName
{
color: #07CE84;
}
</style>
background-color css
<style>
a { background-color: #07CE84; }
a { background-color: rgb(7,206,132); }
div.DivClassName
{
background-color: #07CE84;
}
.BgClassName
{
background-color: #07CE84;
}
</style>
border-color css
<style>
span { border-color: #07CE84; }
span { border-color: rgb(7,206,132); }
td.TdClassName
{
border-color: #07CE84;
}
.TagClassName
{
border-color: #07CE84;
}
</style>