Shades of Reef #DDF596
Tints of Reef #DDF596
RGB
CMYK
RGB Variations
Color information
#DDF596 (or 0xDDF596) is known color: Reef. HEX triplet: DD, F5 and 96. RGB value is (221,245,150). Sum of RGB (Red+Green+Blue) = 221+245+150=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF596 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF596 is #220A69. Grayscale: #E3E3E3. Windows color (decimal): -2230890 or 9893341. OLE color: 9893341.
HSL color Cylindrical-coordinate representation of color #DDF596: hue angle of 75.16º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDF596 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 150 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.04 |
| HSL | 75.16º | 0.83% | 0.77% | - |
| HSV(B) | 75.16º | 0.39% | 0.96% | - |
| XYZ | 67.98 | 82.88 | 41.27 | - |
| YUV | 226.99 | 84.55 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 150 | 0.10 | 0 | 0.39 | 0.04 | 75.16 | 0.83 | 0.77 |
| Hex | DD | F5 | 96 | A | 0 | 27 | 4 | 4B | 53 | 4D |
| Octal | 335 | 365 | 226 | 12 | 0 | 47 | 4 | 113 | 123 | 115 |
| Binary | 11011101 | 11110101 | 10010110 | 1010 | 0 | 100111 | 100 | 1001011 | 1010011 | 1001101 |
Color Harmonies of #DDF596
Complementary color
Monochromatic Colors of #DDF596
Black with #DDF596
Text Example
Text Example
White with #DDF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF596; }
p { color: rgb(221,245,150); }
H1.HeaderClassName
{
color: #DDF596;
}
.AnyTagClassName
{
color: #DDF596;
}
</style>
background-color css
<style>
a { background-color: #DDF596; }
a { background-color: rgb(221,245,150); }
div.DivClassName
{
background-color: #DDF596;
}
.BgClassName
{
background-color: #DDF596;
}
</style>
border-color css
<style>
span { border-color: #DDF596; }
span { border-color: rgb(221,245,150); }
td.TdClassName
{
border-color: #DDF596;
}
.TagClassName
{
border-color: #DDF596;
}
</style>