Shades of Caribbean Green #07D68E
Tints of Caribbean Green #07D68E
RGB
CMYK
RGB Variations
Color information
#07D68E (or 0x07D68E) is known color: Caribbean Green. HEX triplet: 07, D6 and 8E. RGB value is (7,214,142). Sum of RGB (Red+Green+Blue) = 7+214+142=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #07D68E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07D68E is #F82971. Grayscale: #8F8F8F. Windows color (decimal): -16263538 or 9360903. OLE color: 9360903.
HSL color Cylindrical-coordinate representation of color #07D68E: hue angle of 159.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D68E is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
RGB | 7 | 214 | 142 | - |
CMYK | 0.97 | 0 | 0.34 | 0.16 |
HSL | 159.13º | 0.94% | 0.43% | - |
HSV(B) | 159.13º | 0.97% | 0.84% | - |
XYZ | 29.02 | 50.09 | 33.73 | - |
YUV | 143.9 | 126.92 | 30.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 214 | 142 | 0.97 | 0 | 0.34 | 0.16 | 159.13 | 0.94 | 0.43 |
Hex | 7 | D6 | 8E | 61 | 0 | 22 | 10 | 9F | 5E | 2B |
Octal | 7 | 326 | 216 | 141 | 0 | 42 | 20 | 237 | 136 | 53 |
Binary | 111 | 11010110 | 10001110 | 1100001 | 0 | 100010 | 10000 | 10011111 | 1011110 | 101011 |
Color Harmonies of #07D68E
Complementary color
Monochromatic Colors of #07D68E
Black with #07D68E
Text Example
Text Example
White with #07D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D68E; }
p { color: rgb(7,214,142); }
H1.HeaderClassName
{
color: #07D68E;
}
.AnyTagClassName
{
color: #07D68E;
}
</style>
background-color css
<style>
a { background-color: #07D68E; }
a { background-color: rgb(7,214,142); }
div.DivClassName
{
background-color: #07D68E;
}
.BgClassName
{
background-color: #07D68E;
}
</style>
border-color css
<style>
span { border-color: #07D68E; }
span { border-color: rgb(7,214,142); }
td.TdClassName
{
border-color: #07D68E;
}
.TagClassName
{
border-color: #07D68E;
}
</style>