Shades of Caribbean Green #00D58F
Tints of Caribbean Green #00D58F
RGB
CMYK
RGB Variations
Color information
#00D58F (or 0x00D58F) is known color: Caribbean Green. HEX triplet: 00, D5 and 8F. RGB value is (0,213,143). Sum of RGB (Red+Green+Blue) = 0+213+143=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #00D58F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D58F is #FF2A70. Grayscale: #8D8D8D. Windows color (decimal): -16722545 or 9426176. OLE color: 9426176.
HSL color Cylindrical-coordinate representation of color #00D58F: hue angle of 160.28º 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 #00D58F is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 143 | - |
| CMYK | 1 | 0 | 0.33 | 0.16 |
| HSL | 160.28º | 1% | 0.42% | - |
| HSV(B) | 160.28º | 1% | 0.84% | - |
| XYZ | 28.75 | 49.57 | 34.04 | - |
| YUV | 141.33 | 128.93 | 27.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 143 | 1 | 0 | 0.33 | 0.16 | 160.28 | 1 | 0.42 |
| Hex | 0 | D5 | 8F | 64 | 0 | 21 | 10 | A0 | 64 | 2A |
| Octal | 0 | 325 | 217 | 144 | 0 | 41 | 20 | 240 | 144 | 52 |
| Binary | 0 | 11010101 | 10001111 | 1100100 | 0 | 100001 | 10000 | 10100000 | 1100100 | 101010 |
Color Harmonies of #00D58F
Complementary color
Monochromatic Colors of #00D58F
Black with #00D58F
Text Example
Text Example
White with #00D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D58F; }
p { color: rgb(0,213,143); }
H1.HeaderClassName
{
color: #00D58F;
}
.AnyTagClassName
{
color: #00D58F;
}
</style>
background-color css
<style>
a { background-color: #00D58F; }
a { background-color: rgb(0,213,143); }
div.DivClassName
{
background-color: #00D58F;
}
.BgClassName
{
background-color: #00D58F;
}
</style>
border-color css
<style>
span { border-color: #00D58F; }
span { border-color: rgb(0,213,143); }
td.TdClassName
{
border-color: #00D58F;
}
.TagClassName
{
border-color: #00D58F;
}
</style>