Shades of Caribbean Green #00D794
Tints of Caribbean Green #00D794
RGB
CMYK
RGB Variations
Color information
#00D794 (or 0x00D794) is known color: Caribbean Green. HEX triplet: 00, D7 and 94. RGB value is (0,215,148). Sum of RGB (Red+Green+Blue) = 0+215+148=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #00D794 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D794 is #FF286B. Grayscale: #8F8F8F. Windows color (decimal): -16722028 or 9754368. OLE color: 9754368.
HSL color Cylindrical-coordinate representation of color #00D794: hue angle of 161.3º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D794 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 148 | - |
| CMYK | 1 | 0 | 0.31 | 0.16 |
| HSL | 161.3º | 1% | 0.42% | - |
| HSV(B) | 161.3º | 1% | 0.84% | - |
| XYZ | 29.65 | 50.74 | 36.25 | - |
| YUV | 143.08 | 130.77 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 148 | 1 | 0 | 0.31 | 0.16 | 161.3 | 1 | 0.42 |
| Hex | 0 | D7 | 94 | 64 | 0 | 1F | 10 | A1 | 64 | 2A |
| Octal | 0 | 327 | 224 | 144 | 0 | 37 | 20 | 241 | 144 | 52 |
| Binary | 0 | 11010111 | 10010100 | 1100100 | 0 | 11111 | 10000 | 10100001 | 1100100 | 101010 |
Color Harmonies of #00D794
Complementary color
Monochromatic Colors of #00D794
Black with #00D794
Text Example
Text Example
White with #00D794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D794; }
p { color: rgb(0,215,148); }
H1.HeaderClassName
{
color: #00D794;
}
.AnyTagClassName
{
color: #00D794;
}
</style>
background-color css
<style>
a { background-color: #00D794; }
a { background-color: rgb(0,215,148); }
div.DivClassName
{
background-color: #00D794;
}
.BgClassName
{
background-color: #00D794;
}
</style>
border-color css
<style>
span { border-color: #00D794; }
span { border-color: rgb(0,215,148); }
td.TdClassName
{
border-color: #00D794;
}
.TagClassName
{
border-color: #00D794;
}
</style>