Shades of Caribbean Green #00D37C
Tints of Caribbean Green #00D37C
RGB
CMYK
RGB Variations
Color information
#00D37C (or 0x00D37C) is known color: Caribbean Green. HEX triplet: 00, D3 and 7C. RGB value is (0,211,124). Sum of RGB (Red+Green+Blue) = 0+211+124=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 211 (82.81% from 255 or 62.99% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 211 - color contains mainly: green. Hex color #00D37C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00D37C is #FF2C83. Grayscale: #8A8A8A. Windows color (decimal): -16723076 or 8180480. OLE color: 8180480.
HSL color Cylindrical-coordinate representation of color #00D37C: hue angle of 155.26º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D37C is Cyan = 1, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 211 | 124 | - |
| CMYK | 1 | 0 | 0.41 | 0.17 |
| HSL | 155.26º | 1% | 0.41% | - |
| HSV(B) | 155.26º | 1% | 0.83% | - |
| XYZ | 26.93 | 48.04 | 26.92 | - |
| YUV | 137.99 | 120.1 | 29.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 211 | 124 | 1 | 0 | 0.41 | 0.17 | 155.26 | 1 | 0.41 |
| Hex | 0 | D3 | 7C | 64 | 0 | 29 | 11 | 9B | 64 | 29 |
| Octal | 0 | 323 | 174 | 144 | 0 | 51 | 21 | 233 | 144 | 51 |
| Binary | 0 | 11010011 | 1111100 | 1100100 | 0 | 101001 | 10001 | 10011011 | 1100100 | 101001 |
Color Harmonies of #00D37C
Complementary color
Monochromatic Colors of #00D37C
Black with #00D37C
Text Example
Text Example
White with #00D37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D37C; }
p { color: rgb(0,211,124); }
H1.HeaderClassName
{
color: #00D37C;
}
.AnyTagClassName
{
color: #00D37C;
}
</style>
background-color css
<style>
a { background-color: #00D37C; }
a { background-color: rgb(0,211,124); }
div.DivClassName
{
background-color: #00D37C;
}
.BgClassName
{
background-color: #00D37C;
}
</style>
border-color css
<style>
span { border-color: #00D37C; }
span { border-color: rgb(0,211,124); }
td.TdClassName
{
border-color: #00D37C;
}
.TagClassName
{
border-color: #00D37C;
}
</style>