Shades of Caribbean Green #07C491
Tints of Caribbean Green #07C491
RGB
CMYK
RGB Variations
Color information
#07C491 (or 0x07C491) is known color: Caribbean Green. HEX triplet: 07, C4 and 91. RGB value is (7,196,145). Sum of RGB (Red+Green+Blue) = 7+196+145=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 196 (76.95% from 255 or 56.32% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 196 - color contains mainly: green. Hex color #07C491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C491 is #F83B6E. Grayscale: #858585. Windows color (decimal): -16268143 or 9552903. OLE color: 9552903.
HSL color Cylindrical-coordinate representation of color #07C491: hue angle of 163.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C491 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 196 | 145 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.23 |
| HSL | 163.81º | 0.93% | 0.4% | - |
| HSV(B) | 163.81º | 0.96% | 0.77% | - |
| XYZ | 24.94 | 41.57 | 33.5 | - |
| YUV | 133.68 | 134.38 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 196 | 145 | 0.96 | 0 | 0.26 | 0.23 | 163.81 | 0.93 | 0.4 |
| Hex | 7 | C4 | 91 | 60 | 0 | 1A | 17 | A4 | 5D | 28 |
| Octal | 7 | 304 | 221 | 140 | 0 | 32 | 27 | 244 | 135 | 50 |
| Binary | 111 | 11000100 | 10010001 | 1100000 | 0 | 11010 | 10111 | 10100100 | 1011101 | 101000 |
Color Harmonies of #07C491
Complementary color
Monochromatic Colors of #07C491
Black with #07C491
Text Example
Text Example
White with #07C491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C491; }
p { color: rgb(7,196,145); }
H1.HeaderClassName
{
color: #07C491;
}
.AnyTagClassName
{
color: #07C491;
}
</style>
background-color css
<style>
a { background-color: #07C491; }
a { background-color: rgb(7,196,145); }
div.DivClassName
{
background-color: #07C491;
}
.BgClassName
{
background-color: #07C491;
}
</style>
border-color css
<style>
span { border-color: #07C491; }
span { border-color: rgb(7,196,145); }
td.TdClassName
{
border-color: #07C491;
}
.TagClassName
{
border-color: #07C491;
}
</style>