Shades of Caribbean Green #07CA80
Tints of Caribbean Green #07CA80
RGB
CMYK
RGB Variations
Color information
#07CA80 (or 0x07CA80) is known color: Caribbean Green. HEX triplet: 07, CA and 80. RGB value is (7,202,128). Sum of RGB (Red+Green+Blue) = 7+202+128=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 202 (79.30% from 255 or 59.94% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CA80 is #F8357F. Grayscale: #878787. Windows color (decimal): -16266624 or 8440327. OLE color: 8440327.
HSL color Cylindrical-coordinate representation of color #07CA80: hue angle of 157.23º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CA80 is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 128 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.21 |
| HSL | 157.23º | 0.93% | 0.41% | - |
| HSV(B) | 157.23º | 0.97% | 0.79% | - |
| XYZ | 25.1 | 43.84 | 27.56 | - |
| YUV | 135.26 | 123.9 | 36.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 128 | 0.97 | 0 | 0.37 | 0.21 | 157.23 | 0.93 | 0.41 |
| Hex | 7 | CA | 80 | 61 | 0 | 25 | 15 | 9D | 5D | 29 |
| Octal | 7 | 312 | 200 | 141 | 0 | 45 | 25 | 235 | 135 | 51 |
| Binary | 111 | 11001010 | 10000000 | 1100001 | 0 | 100101 | 10101 | 10011101 | 1011101 | 101001 |
Color Harmonies of #07CA80
Complementary color
Monochromatic Colors of #07CA80
Black with #07CA80
Text Example
Text Example
White with #07CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA80; }
p { color: rgb(7,202,128); }
H1.HeaderClassName
{
color: #07CA80;
}
.AnyTagClassName
{
color: #07CA80;
}
</style>
background-color css
<style>
a { background-color: #07CA80; }
a { background-color: rgb(7,202,128); }
div.DivClassName
{
background-color: #07CA80;
}
.BgClassName
{
background-color: #07CA80;
}
</style>
border-color css
<style>
span { border-color: #07CA80; }
span { border-color: rgb(7,202,128); }
td.TdClassName
{
border-color: #07CA80;
}
.TagClassName
{
border-color: #07CA80;
}
</style>