Shades of Caribbean Green #0DDF94
Tints of Caribbean Green #0DDF94
RGB
CMYK
RGB Variations
Color information
#0DDF94 (or 0x0DDF94) is known color: Caribbean Green. HEX triplet: 0D, DF and 94. RGB value is (13,223,148). Sum of RGB (Red+Green+Blue) = 13+223+148=384 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.39% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF94 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDF94 is #F2206B. Grayscale: #979797. Windows color (decimal): -15868012 or 9756429. OLE color: 9756429.
HSL color Cylindrical-coordinate representation of color #0DDF94: hue angle of 158.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDF94 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 148 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.13 |
| HSL | 158.57º | 0.89% | 0.46% | - |
| HSV(B) | 158.57º | 0.94% | 0.87% | - |
| XYZ | 31.9 | 55 | 36.95 | - |
| YUV | 151.66 | 125.93 | 29.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 148 | 0.94 | 0 | 0.34 | 0.13 | 158.57 | 0.89 | 0.46 |
| Hex | D | DF | 94 | 5E | 0 | 22 | D | 9F | 59 | 2E |
| Octal | 15 | 337 | 224 | 136 | 0 | 42 | 15 | 237 | 131 | 56 |
| Binary | 1101 | 11011111 | 10010100 | 1011110 | 0 | 100010 | 1101 | 10011111 | 1011001 | 101110 |
Color Harmonies of #0DDF94
Complementary color
Monochromatic Colors of #0DDF94
Black with #0DDF94
Text Example
Text Example
White with #0DDF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF94; }
p { color: rgb(13,223,148); }
H1.HeaderClassName
{
color: #0DDF94;
}
.AnyTagClassName
{
color: #0DDF94;
}
</style>
background-color css
<style>
a { background-color: #0DDF94; }
a { background-color: rgb(13,223,148); }
div.DivClassName
{
background-color: #0DDF94;
}
.BgClassName
{
background-color: #0DDF94;
}
</style>
border-color css
<style>
span { border-color: #0DDF94; }
span { border-color: rgb(13,223,148); }
td.TdClassName
{
border-color: #0DDF94;
}
.TagClassName
{
border-color: #0DDF94;
}
</style>