Shades of Caribbean Green #00D478
Tints of Caribbean Green #00D478
RGB
CMYK
RGB Variations
Color information
#00D478 (or 0x00D478) is known color: Caribbean Green. HEX triplet: 00, D4 and 78. RGB value is (0,212,120). Sum of RGB (Red+Green+Blue) = 0+212+120=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #00D478 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D478 is #FF2B87. Grayscale: #8A8A8A. Windows color (decimal): -16722824 or 7918592. OLE color: 7918592.
HSL color Cylindrical-coordinate representation of color #00D478: hue angle of 153.96º 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 #00D478 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 120 | - |
| CMYK | 1 | 0 | 0.43 | 0.17 |
| HSL | 153.96º | 1% | 0.42% | - |
| HSV(B) | 153.96º | 1% | 0.83% | - |
| XYZ | 26.93 | 48.44 | 25.7 | - |
| YUV | 138.12 | 117.76 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 120 | 1 | 0 | 0.43 | 0.17 | 153.96 | 1 | 0.42 |
| Hex | 0 | D4 | 78 | 64 | 0 | 2B | 11 | 9A | 64 | 2A |
| Octal | 0 | 324 | 170 | 144 | 0 | 53 | 21 | 232 | 144 | 52 |
| Binary | 0 | 11010100 | 1111000 | 1100100 | 0 | 101011 | 10001 | 10011010 | 1100100 | 101010 |
Color Harmonies of #00D478
Complementary color
Monochromatic Colors of #00D478
Black with #00D478
Text Example
Text Example
White with #00D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D478; }
p { color: rgb(0,212,120); }
H1.HeaderClassName
{
color: #00D478;
}
.AnyTagClassName
{
color: #00D478;
}
</style>
background-color css
<style>
a { background-color: #00D478; }
a { background-color: rgb(0,212,120); }
div.DivClassName
{
background-color: #00D478;
}
.BgClassName
{
background-color: #00D478;
}
</style>
border-color css
<style>
span { border-color: #00D478; }
span { border-color: rgb(0,212,120); }
td.TdClassName
{
border-color: #00D478;
}
.TagClassName
{
border-color: #00D478;
}
</style>