Shades of Caribbean Green #00D582
Tints of Caribbean Green #00D582
RGB
CMYK
RGB Variations
Color information
#00D582 (or 0x00D582) is known color: Caribbean Green. HEX triplet: 00, D5 and 82. RGB value is (0,213,130). Sum of RGB (Red+Green+Blue) = 0+213+130=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 213 (83.59% from 255 or 62.10% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 213 - color contains mainly: green. Hex color #00D582 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D582 is #FF2A7D. Grayscale: #8B8B8B. Windows color (decimal): -16722558 or 8574208. OLE color: 8574208.
HSL color Cylindrical-coordinate representation of color #00D582: hue angle of 156.62º 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 #00D582 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 130 | - |
| CMYK | 1 | 0 | 0.39 | 0.16 |
| HSL | 156.62º | 1% | 0.42% | - |
| HSV(B) | 156.62º | 1% | 0.84% | - |
| XYZ | 27.82 | 49.2 | 29.15 | - |
| YUV | 139.85 | 122.43 | 28.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 130 | 1 | 0 | 0.39 | 0.16 | 156.62 | 1 | 0.42 |
| Hex | 0 | D5 | 82 | 64 | 0 | 27 | 10 | 9D | 64 | 2A |
| Octal | 0 | 325 | 202 | 144 | 0 | 47 | 20 | 235 | 144 | 52 |
| Binary | 0 | 11010101 | 10000010 | 1100100 | 0 | 100111 | 10000 | 10011101 | 1100100 | 101010 |
Color Harmonies of #00D582
Complementary color
Monochromatic Colors of #00D582
Black with #00D582
Text Example
Text Example
White with #00D582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D582; }
p { color: rgb(0,213,130); }
H1.HeaderClassName
{
color: #00D582;
}
.AnyTagClassName
{
color: #00D582;
}
</style>
background-color css
<style>
a { background-color: #00D582; }
a { background-color: rgb(0,213,130); }
div.DivClassName
{
background-color: #00D582;
}
.BgClassName
{
background-color: #00D582;
}
</style>
border-color css
<style>
span { border-color: #00D582; }
span { border-color: rgb(0,213,130); }
td.TdClassName
{
border-color: #00D582;
}
.TagClassName
{
border-color: #00D582;
}
</style>