Shades of Caribbean Green #07C98D
Tints of Caribbean Green #07C98D
RGB
CMYK
RGB Variations
Color information
#07C98D (or 0x07C98D) is known color: Caribbean Green. HEX triplet: 07, C9 and 8D. RGB value is (7,201,141). Sum of RGB (Red+Green+Blue) = 7+201+141=349 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #07C98D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C98D is #F83672. Grayscale: #888888. Windows color (decimal): -16266867 or 9292039. OLE color: 9292039.
HSL color Cylindrical-coordinate representation of color #07C98D: hue angle of 161.44º 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 #07C98D is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 7 | 201 | 141 | - |
| CMYK | 0.97 | 0 | 0.30 | 0.21 |
| HSL | 161.44º | 0.93% | 0.41% | - |
| HSV(B) | 161.44º | 0.97% | 0.79% | - |
| XYZ | 25.78 | 43.74 | 32.28 | - |
| YUV | 136.15 | 130.73 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 201 | 141 | 0.97 | 0 | 0.30 | 0.21 | 161.44 | 0.93 | 0.41 |
| Hex | 7 | C9 | 8D | 61 | 0 | 1E | 15 | A1 | 5D | 29 |
| Octal | 7 | 311 | 215 | 141 | 0 | 36 | 25 | 241 | 135 | 51 |
| Binary | 111 | 11001001 | 10001101 | 1100001 | 0 | 11110 | 10101 | 10100001 | 1011101 | 101001 |
Color Harmonies of #07C98D
Complementary color
Monochromatic Colors of #07C98D
Black with #07C98D
Text Example
Text Example
White with #07C98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C98D; }
p { color: rgb(7,201,141); }
H1.HeaderClassName
{
color: #07C98D;
}
.AnyTagClassName
{
color: #07C98D;
}
</style>
background-color css
<style>
a { background-color: #07C98D; }
a { background-color: rgb(7,201,141); }
div.DivClassName
{
background-color: #07C98D;
}
.BgClassName
{
background-color: #07C98D;
}
</style>
border-color css
<style>
span { border-color: #07C98D; }
span { border-color: rgb(7,201,141); }
td.TdClassName
{
border-color: #07C98D;
}
.TagClassName
{
border-color: #07C98D;
}
</style>