Shades of Caribbean Green #07CC7D
Tints of Caribbean Green #07CC7D
RGB
CMYK
RGB Variations
Color information
#07CC7D (or 0x07CC7D) is known color: Caribbean Green. HEX triplet: 07, CC and 7D. RGB value is (7,204,125). Sum of RGB (Red+Green+Blue) = 7+204+125=336 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #07CC7D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07CC7D is #F83382. Grayscale: #888888. Windows color (decimal): -16266115 or 8244231. OLE color: 8244231.
HSL color Cylindrical-coordinate representation of color #07CC7D: hue angle of 155.94º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CC7D is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 204 | 125 | - |
| CMYK | 0.97 | 0 | 0.39 | 0.2 |
| HSL | 155.94º | 0.93% | 0.41% | - |
| HSV(B) | 155.94º | 0.97% | 0.8% | - |
| XYZ | 25.38 | 44.71 | 26.69 | - |
| YUV | 136.09 | 121.73 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 204 | 125 | 0.97 | 0 | 0.39 | 0.2 | 155.94 | 0.93 | 0.41 |
| Hex | 7 | CC | 7D | 61 | 0 | 27 | 14 | 9C | 5D | 29 |
| Octal | 7 | 314 | 175 | 141 | 0 | 47 | 24 | 234 | 135 | 51 |
| Binary | 111 | 11001100 | 1111101 | 1100001 | 0 | 100111 | 10100 | 10011100 | 1011101 | 101001 |
Color Harmonies of #07CC7D
Complementary color
Monochromatic Colors of #07CC7D
Black with #07CC7D
Text Example
Text Example
White with #07CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07CC7D; }
p { color: rgb(7,204,125); }
H1.HeaderClassName
{
color: #07CC7D;
}
.AnyTagClassName
{
color: #07CC7D;
}
</style>
background-color css
<style>
a { background-color: #07CC7D; }
a { background-color: rgb(7,204,125); }
div.DivClassName
{
background-color: #07CC7D;
}
.BgClassName
{
background-color: #07CC7D;
}
</style>
border-color css
<style>
span { border-color: #07CC7D; }
span { border-color: rgb(7,204,125); }
td.TdClassName
{
border-color: #07CC7D;
}
.TagClassName
{
border-color: #07CC7D;
}
</style>