Shades of Caribbean Green #07D57F
Tints of Caribbean Green #07D57F
RGB
CMYK
RGB Variations
Color information
#07D57F (or 0x07D57F) is known color: Caribbean Green. HEX triplet: 07, D5 and 7F. RGB value is (7,213,127). Sum of RGB (Red+Green+Blue) = 7+213+127=347 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.02% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #07D57F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07D57F is #F82A80. Grayscale: #8D8D8D. Windows color (decimal): -16263809 or 8377607. OLE color: 8377607.
HSL color Cylindrical-coordinate representation of color #07D57F: hue angle of 154.95º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07D57F is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 213 | 127 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.16 |
| HSL | 154.95º | 0.94% | 0.43% | - |
| HSV(B) | 154.95º | 0.97% | 0.84% | - |
| XYZ | 27.71 | 49.17 | 28.11 | - |
| YUV | 141.6 | 119.75 | 31.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 213 | 127 | 0.97 | 0 | 0.40 | 0.16 | 154.95 | 0.94 | 0.43 |
| Hex | 7 | D5 | 7F | 61 | 0 | 28 | 10 | 9B | 5E | 2B |
| Octal | 7 | 325 | 177 | 141 | 0 | 50 | 20 | 233 | 136 | 53 |
| Binary | 111 | 11010101 | 1111111 | 1100001 | 0 | 101000 | 10000 | 10011011 | 1011110 | 101011 |
Color Harmonies of #07D57F
Complementary color
Monochromatic Colors of #07D57F
Black with #07D57F
Text Example
Text Example
White with #07D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07D57F; }
p { color: rgb(7,213,127); }
H1.HeaderClassName
{
color: #07D57F;
}
.AnyTagClassName
{
color: #07D57F;
}
</style>
background-color css
<style>
a { background-color: #07D57F; }
a { background-color: rgb(7,213,127); }
div.DivClassName
{
background-color: #07D57F;
}
.BgClassName
{
background-color: #07D57F;
}
</style>
border-color css
<style>
span { border-color: #07D57F; }
span { border-color: rgb(7,213,127); }
td.TdClassName
{
border-color: #07D57F;
}
.TagClassName
{
border-color: #07D57F;
}
</style>