Shades of Caribbean Green #00D47F
Tints of Caribbean Green #00D47F
RGB
CMYK
RGB Variations
Color information
#00D47F (or 0x00D47F) is known color: Caribbean Green. HEX triplet: 00, D4 and 7F. RGB value is (0,212,127). Sum of RGB (Red+Green+Blue) = 0+212+127=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 212 (83.20% from 255 or 62.54% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 212 - color contains mainly: green. Hex color #00D47F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D47F is #FF2B80. Grayscale: #8B8B8B. Windows color (decimal): -16722817 or 8377344. OLE color: 8377344.
HSL color Cylindrical-coordinate representation of color #00D47F: hue angle of 155.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D47F is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 127 | - |
| CMYK | 1 | 0 | 0.40 | 0.17 |
| HSL | 155.94º | 1% | 0.42% | - |
| HSV(B) | 155.94º | 1% | 0.83% | - |
| XYZ | 27.37 | 48.62 | 28.02 | - |
| YUV | 138.92 | 121.26 | 28.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 127 | 1 | 0 | 0.40 | 0.17 | 155.94 | 1 | 0.42 |
| Hex | 0 | D4 | 7F | 64 | 0 | 28 | 11 | 9C | 64 | 2A |
| Octal | 0 | 324 | 177 | 144 | 0 | 50 | 21 | 234 | 144 | 52 |
| Binary | 0 | 11010100 | 1111111 | 1100100 | 0 | 101000 | 10001 | 10011100 | 1100100 | 101010 |
Color Harmonies of #00D47F
Complementary color
Monochromatic Colors of #00D47F
Black with #00D47F
Text Example
Text Example
White with #00D47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D47F; }
p { color: rgb(0,212,127); }
H1.HeaderClassName
{
color: #00D47F;
}
.AnyTagClassName
{
color: #00D47F;
}
</style>
background-color css
<style>
a { background-color: #00D47F; }
a { background-color: rgb(0,212,127); }
div.DivClassName
{
background-color: #00D47F;
}
.BgClassName
{
background-color: #00D47F;
}
</style>
border-color css
<style>
span { border-color: #00D47F; }
span { border-color: rgb(0,212,127); }
td.TdClassName
{
border-color: #00D47F;
}
.TagClassName
{
border-color: #00D47F;
}
</style>