Shades of Caribbean Green #07CA7D
Tints of Caribbean Green #07CA7D
RGB
CMYK
RGB Variations
Color information
#07CA7D (or 0x07CA7D) is known color: Caribbean Green. HEX triplet: 07, CA and 7D. RGB value is (7,202,125). Sum of RGB (Red+Green+Blue) = 7+202+125=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #07CA7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CA7D is #F83582. Grayscale: #878787. Windows color (decimal): -16266627 or 8243719. OLE color: 8243719.
HSL color Cylindrical-coordinate representation of color #07CA7D: hue angle of 156.31º 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 #07CA7D is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 202 | 125 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.21 |
| HSL | 156.31º | 0.93% | 0.41% | - |
| HSV(B) | 156.31º | 0.97% | 0.79% | - |
| XYZ | 24.91 | 43.77 | 26.54 | - |
| YUV | 134.92 | 122.4 | 36.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 202 | 125 | 0.97 | 0 | 0.38 | 0.21 | 156.31 | 0.93 | 0.41 |
| Hex | 7 | CA | 7D | 61 | 0 | 26 | 15 | 9C | 5D | 29 |
| Octal | 7 | 312 | 175 | 141 | 0 | 46 | 25 | 234 | 135 | 51 |
| Binary | 111 | 11001010 | 1111101 | 1100001 | 0 | 100110 | 10101 | 10011100 | 1011101 | 101001 |
Color Harmonies of #07CA7D
Complementary color
Monochromatic Colors of #07CA7D
Black with #07CA7D
Text Example
Text Example
White with #07CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CA7D; }
p { color: rgb(7,202,125); }
H1.HeaderClassName
{
color: #07CA7D;
}
.AnyTagClassName
{
color: #07CA7D;
}
</style>
background-color css
<style>
a { background-color: #07CA7D; }
a { background-color: rgb(7,202,125); }
div.DivClassName
{
background-color: #07CA7D;
}
.BgClassName
{
background-color: #07CA7D;
}
</style>
border-color css
<style>
span { border-color: #07CA7D; }
span { border-color: rgb(7,202,125); }
td.TdClassName
{
border-color: #07CA7D;
}
.TagClassName
{
border-color: #07CA7D;
}
</style>