Shades of Caribbean Green #00D795
Tints of Caribbean Green #00D795
RGB
CMYK
RGB Variations
Color information
#00D795 (or 0x00D795) is known color: Caribbean Green. HEX triplet: 00, D7 and 95. RGB value is (0,215,149). Sum of RGB (Red+Green+Blue) = 0+215+149=364 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #00D795 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D795 is #FF286A. Grayscale: #8F8F8F. Windows color (decimal): -16722027 or 9819904. OLE color: 9819904.
HSL color Cylindrical-coordinate representation of color #00D795: hue angle of 161.58º 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 #00D795 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 215 | 149 | - |
| CMYK | 1 | 0 | 0.31 | 0.16 |
| HSL | 161.58º | 1% | 0.42% | - |
| HSV(B) | 161.58º | 1% | 0.84% | - |
| XYZ | 29.73 | 50.77 | 36.67 | - |
| YUV | 143.19 | 131.27 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 215 | 149 | 1 | 0 | 0.31 | 0.16 | 161.58 | 1 | 0.42 |
| Hex | 0 | D7 | 95 | 64 | 0 | 1F | 10 | A2 | 64 | 2A |
| Octal | 0 | 327 | 225 | 144 | 0 | 37 | 20 | 242 | 144 | 52 |
| Binary | 0 | 11010111 | 10010101 | 1100100 | 0 | 11111 | 10000 | 10100010 | 1100100 | 101010 |
Color Harmonies of #00D795
Complementary color
Monochromatic Colors of #00D795
Black with #00D795
Text Example
Text Example
White with #00D795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D795; }
p { color: rgb(0,215,149); }
H1.HeaderClassName
{
color: #00D795;
}
.AnyTagClassName
{
color: #00D795;
}
</style>
background-color css
<style>
a { background-color: #00D795; }
a { background-color: rgb(0,215,149); }
div.DivClassName
{
background-color: #00D795;
}
.BgClassName
{
background-color: #00D795;
}
</style>
border-color css
<style>
span { border-color: #00D795; }
span { border-color: rgb(0,215,149); }
td.TdClassName
{
border-color: #00D795;
}
.TagClassName
{
border-color: #00D795;
}
</style>