Shades of Caribbean Green #00D279
Tints of Caribbean Green #00D279
RGB
CMYK
RGB Variations
Color information
#00D279 (or 0x00D279) is known color: Caribbean Green. HEX triplet: 00, D2 and 79. RGB value is (0,210,121). Sum of RGB (Red+Green+Blue) = 0+210+121=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #00D279 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D279 is #FF2D86. Grayscale: #898989. Windows color (decimal): -16723335 or 7983616. OLE color: 7983616.
HSL color Cylindrical-coordinate representation of color #00D279: hue angle of 154.57º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D279 is Cyan = 1, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 121 | - |
| CMYK | 1 | 0 | 0.42 | 0.18 |
| HSL | 154.57º | 1% | 0.41% | - |
| HSV(B) | 154.57º | 1% | 0.82% | - |
| XYZ | 26.5 | 47.47 | 25.86 | - |
| YUV | 137.06 | 118.93 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 121 | 1 | 0 | 0.42 | 0.18 | 154.57 | 1 | 0.41 |
| Hex | 0 | D2 | 79 | 64 | 0 | 2A | 12 | 9B | 64 | 29 |
| Octal | 0 | 322 | 171 | 144 | 0 | 52 | 22 | 233 | 144 | 51 |
| Binary | 0 | 11010010 | 1111001 | 1100100 | 0 | 101010 | 10010 | 10011011 | 1100100 | 101001 |
Color Harmonies of #00D279
Complementary color
Monochromatic Colors of #00D279
Black with #00D279
Text Example
Text Example
White with #00D279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D279; }
p { color: rgb(0,210,121); }
H1.HeaderClassName
{
color: #00D279;
}
.AnyTagClassName
{
color: #00D279;
}
</style>
background-color css
<style>
a { background-color: #00D279; }
a { background-color: rgb(0,210,121); }
div.DivClassName
{
background-color: #00D279;
}
.BgClassName
{
background-color: #00D279;
}
</style>
border-color css
<style>
span { border-color: #00D279; }
span { border-color: rgb(0,210,121); }
td.TdClassName
{
border-color: #00D279;
}
.TagClassName
{
border-color: #00D279;
}
</style>