Shades of Caribbean Green #0DDF90
Tints of Caribbean Green #0DDF90
RGB
CMYK
RGB Variations
Color information
#0DDF90 (or 0x0DDF90) is known color: Caribbean Green. HEX triplet: 0D, DF and 90. RGB value is (13,223,144). Sum of RGB (Red+Green+Blue) = 13+223+144=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DDF90 is #F2206F. Grayscale: #979797. Windows color (decimal): -15868016 or 9494285. OLE color: 9494285.
HSL color Cylindrical-coordinate representation of color #0DDF90: hue angle of 157.43º 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 #0DDF90 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 13 | 223 | 144 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.13 |
| HSL | 157.43º | 0.89% | 0.46% | - |
| HSV(B) | 157.43º | 0.94% | 0.87% | - |
| XYZ | 31.59 | 54.87 | 35.31 | - |
| YUV | 151.2 | 123.93 | 29.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 144 | 0.94 | 0 | 0.35 | 0.13 | 157.43 | 0.89 | 0.46 |
| Hex | D | DF | 90 | 5E | 0 | 23 | D | 9D | 59 | 2E |
| Octal | 15 | 337 | 220 | 136 | 0 | 43 | 15 | 235 | 131 | 56 |
| Binary | 1101 | 11011111 | 10010000 | 1011110 | 0 | 100011 | 1101 | 10011101 | 1011001 | 101110 |
Color Harmonies of #0DDF90
Complementary color
Monochromatic Colors of #0DDF90
Black with #0DDF90
Text Example
Text Example
White with #0DDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDF90; }
p { color: rgb(13,223,144); }
H1.HeaderClassName
{
color: #0DDF90;
}
.AnyTagClassName
{
color: #0DDF90;
}
</style>
background-color css
<style>
a { background-color: #0DDF90; }
a { background-color: rgb(13,223,144); }
div.DivClassName
{
background-color: #0DDF90;
}
.BgClassName
{
background-color: #0DDF90;
}
</style>
border-color css
<style>
span { border-color: #0DDF90; }
span { border-color: rgb(13,223,144); }
td.TdClassName
{
border-color: #0DDF90;
}
.TagClassName
{
border-color: #0DDF90;
}
</style>