Shades of Caribbean Green #00D982
Tints of Caribbean Green #00D982
RGB
CMYK
RGB Variations
Color information
#00D982 (or 0x00D982) is known color: Caribbean Green. HEX triplet: 00, D9 and 82. RGB value is (0,217,130). Sum of RGB (Red+Green+Blue) = 0+217+130=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 130 (51.17% from 255 or 37.46% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #00D982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D982 is #FF267D. Grayscale: #8E8E8E. Windows color (decimal): -16721534 or 8575232. OLE color: 8575232.
HSL color Cylindrical-coordinate representation of color #00D982: hue angle of 155.94º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D982 is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 217 | 130 | - |
| CMYK | 1 | 0 | 0.40 | 0.15 |
| HSL | 155.94º | 1% | 0.43% | - |
| HSV(B) | 155.94º | 1% | 0.85% | - |
| XYZ | 28.84 | 51.24 | 29.49 | - |
| YUV | 142.2 | 121.11 | 26.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 217 | 130 | 1 | 0 | 0.40 | 0.15 | 155.94 | 1 | 0.43 |
| Hex | 0 | D9 | 82 | 64 | 0 | 28 | F | 9C | 64 | 2B |
| Octal | 0 | 331 | 202 | 144 | 0 | 50 | 17 | 234 | 144 | 53 |
| Binary | 0 | 11011001 | 10000010 | 1100100 | 0 | 101000 | 1111 | 10011100 | 1100100 | 101011 |
Color Harmonies of #00D982
Complementary color
Monochromatic Colors of #00D982
Black with #00D982
Text Example
Text Example
White with #00D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D982; }
p { color: rgb(0,217,130); }
H1.HeaderClassName
{
color: #00D982;
}
.AnyTagClassName
{
color: #00D982;
}
</style>
background-color css
<style>
a { background-color: #00D982; }
a { background-color: rgb(0,217,130); }
div.DivClassName
{
background-color: #00D982;
}
.BgClassName
{
background-color: #00D982;
}
</style>
border-color css
<style>
span { border-color: #00D982; }
span { border-color: rgb(0,217,130); }
td.TdClassName
{
border-color: #00D982;
}
.TagClassName
{
border-color: #00D982;
}
</style>