Shades of Caribbean Green #00DF8A
Tints of Caribbean Green #00DF8A
RGB
CMYK
RGB Variations
Color information
#00DF8A (or 0x00DF8A) is known color: Caribbean Green. HEX triplet: 00, DF and 8A. RGB value is (0,223,138). Sum of RGB (Red+Green+Blue) = 0+223+138=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF8A is #FF2075. Grayscale: #929292. Windows color (decimal): -16719990 or 9101056. OLE color: 9101056.
HSL color Cylindrical-coordinate representation of color #00DF8A: hue angle of 157.13º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF8A is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 138 | - |
| CMYK | 1 | 0 | 0.38 | 0.13 |
| HSL | 157.13º | 1% | 0.44% | - |
| HSV(B) | 157.13º | 1% | 0.87% | - |
| XYZ | 30.98 | 54.61 | 32.95 | - |
| YUV | 146.63 | 123.12 | 23.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 138 | 1 | 0 | 0.38 | 0.13 | 157.13 | 1 | 0.44 |
| Hex | 0 | DF | 8A | 64 | 0 | 26 | D | 9D | 64 | 2C |
| Octal | 0 | 337 | 212 | 144 | 0 | 46 | 15 | 235 | 144 | 54 |
| Binary | 0 | 11011111 | 10001010 | 1100100 | 0 | 100110 | 1101 | 10011101 | 1100100 | 101100 |
Color Harmonies of #00DF8A
Complementary color
Monochromatic Colors of #00DF8A
Black with #00DF8A
Text Example
Text Example
White with #00DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF8A; }
p { color: rgb(0,223,138); }
H1.HeaderClassName
{
color: #00DF8A;
}
.AnyTagClassName
{
color: #00DF8A;
}
</style>
background-color css
<style>
a { background-color: #00DF8A; }
a { background-color: rgb(0,223,138); }
div.DivClassName
{
background-color: #00DF8A;
}
.BgClassName
{
background-color: #00DF8A;
}
</style>
border-color css
<style>
span { border-color: #00DF8A; }
span { border-color: rgb(0,223,138); }
td.TdClassName
{
border-color: #00DF8A;
}
.TagClassName
{
border-color: #00DF8A;
}
</style>