Shades of Caribbean Green #00DF92
Tints of Caribbean Green #00DF92
RGB
CMYK
RGB Variations
Color information
#00DF92 (or 0x00DF92) is known color: Caribbean Green. HEX triplet: 00, DF and 92. RGB value is (0,223,146). Sum of RGB (Red+Green+Blue) = 0+223+146=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 223 (87.5% from 255 or 60.43% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00DF92 is #FF206D. Grayscale: #939393. Windows color (decimal): -16719982 or 9625344. OLE color: 9625344.
HSL color Cylindrical-coordinate representation of color #00DF92: hue angle of 159.28º 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 #00DF92 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 223 | 146 | - |
| CMYK | 1 | 0 | 0.35 | 0.13 |
| HSL | 159.28º | 1% | 0.44% | - |
| HSV(B) | 159.28º | 1% | 0.87% | - |
| XYZ | 31.58 | 54.85 | 36.12 | - |
| YUV | 147.55 | 127.12 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 146 | 1 | 0 | 0.35 | 0.13 | 159.28 | 1 | 0.44 |
| Hex | 0 | DF | 92 | 64 | 0 | 23 | D | 9F | 64 | 2C |
| Octal | 0 | 337 | 222 | 144 | 0 | 43 | 15 | 237 | 144 | 54 |
| Binary | 0 | 11011111 | 10010010 | 1100100 | 0 | 100011 | 1101 | 10011111 | 1100100 | 101100 |
Color Harmonies of #00DF92
Complementary color
Monochromatic Colors of #00DF92
Black with #00DF92
Text Example
Text Example
White with #00DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DF92; }
p { color: rgb(0,223,146); }
H1.HeaderClassName
{
color: #00DF92;
}
.AnyTagClassName
{
color: #00DF92;
}
</style>
background-color css
<style>
a { background-color: #00DF92; }
a { background-color: rgb(0,223,146); }
div.DivClassName
{
background-color: #00DF92;
}
.BgClassName
{
background-color: #00DF92;
}
</style>
border-color css
<style>
span { border-color: #00DF92; }
span { border-color: rgb(0,223,146); }
td.TdClassName
{
border-color: #00DF92;
}
.TagClassName
{
border-color: #00DF92;
}
</style>