Shades of Caribbean Green #00DF91
Tints of Caribbean Green #00DF91
RGB
CMYK
RGB Variations
Color information
#00DF91 (or 0x00DF91) is known color: Caribbean Green. HEX triplet: 00, DF and 91. RGB value is (0,223,145). Sum of RGB (Red+Green+Blue) = 0+223+145=368 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF91 is #FF206E. Grayscale: #939393. Windows color (decimal): -16719983 or 9559808. OLE color: 9559808.
HSL color Cylindrical-coordinate representation of color #00DF91: hue angle of 159.01º 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 #00DF91 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 145 | - |
| CMYK | 1 | 0 | 0.35 | 0.13 |
| HSL | 159.01º | 1% | 0.44% | - |
| HSV(B) | 159.01º | 1% | 0.87% | - |
| XYZ | 31.5 | 54.82 | 35.71 | - |
| YUV | 147.43 | 126.62 | 22.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 145 | 1 | 0 | 0.35 | 0.13 | 159.01 | 1 | 0.44 |
| Hex | 0 | DF | 91 | 64 | 0 | 23 | D | 9F | 64 | 2C |
| Octal | 0 | 337 | 221 | 144 | 0 | 43 | 15 | 237 | 144 | 54 |
| Binary | 0 | 11011111 | 10010001 | 1100100 | 0 | 100011 | 1101 | 10011111 | 1100100 | 101100 |
Color Harmonies of #00DF91
Complementary color
Monochromatic Colors of #00DF91
Black with #00DF91
Text Example
Text Example
White with #00DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF91; }
p { color: rgb(0,223,145); }
H1.HeaderClassName
{
color: #00DF91;
}
.AnyTagClassName
{
color: #00DF91;
}
</style>
background-color css
<style>
a { background-color: #00DF91; }
a { background-color: rgb(0,223,145); }
div.DivClassName
{
background-color: #00DF91;
}
.BgClassName
{
background-color: #00DF91;
}
</style>
border-color css
<style>
span { border-color: #00DF91; }
span { border-color: rgb(0,223,145); }
td.TdClassName
{
border-color: #00DF91;
}
.TagClassName
{
border-color: #00DF91;
}
</style>