Shades of Reef #DDF495
Tints of Reef #DDF495
RGB
CMYK
RGB Variations
Color information
#DDF495 (or 0xDDF495) is known color: Reef. HEX triplet: DD, F4 and 95. RGB value is (221,244,149). Sum of RGB (Red+Green+Blue) = 221+244+149=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 244 (95.70% from 255 or 39.74% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF495 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF495 is #220B6A. Grayscale: #E2E2E2. Windows color (decimal): -2231147 or 9827549. OLE color: 9827549.
HSL color Cylindrical-coordinate representation of color #DDF495: hue angle of 74.53º degrees, saturation: 0.81, 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 #DDF495 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 149 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.04 |
| HSL | 74.53º | 0.81% | 0.77% | - |
| HSV(B) | 74.53º | 0.39% | 0.96% | - |
| XYZ | 67.59 | 82.24 | 40.75 | - |
| YUV | 226.29 | 84.38 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 149 | 0.09 | 0 | 0.39 | 0.04 | 74.53 | 0.81 | 0.77 |
| Hex | DD | F4 | 95 | 9 | 0 | 27 | 4 | 4B | 51 | 4D |
| Octal | 335 | 364 | 225 | 11 | 0 | 47 | 4 | 113 | 121 | 115 |
| Binary | 11011101 | 11110100 | 10010101 | 1001 | 0 | 100111 | 100 | 1001011 | 1010001 | 1001101 |
Color Harmonies of #DDF495
Complementary color
Monochromatic Colors of #DDF495
Black with #DDF495
Text Example
Text Example
White with #DDF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF495; }
p { color: rgb(221,244,149); }
H1.HeaderClassName
{
color: #DDF495;
}
.AnyTagClassName
{
color: #DDF495;
}
</style>
background-color css
<style>
a { background-color: #DDF495; }
a { background-color: rgb(221,244,149); }
div.DivClassName
{
background-color: #DDF495;
}
.BgClassName
{
background-color: #DDF495;
}
</style>
border-color css
<style>
span { border-color: #DDF495; }
span { border-color: rgb(221,244,149); }
td.TdClassName
{
border-color: #DDF495;
}
.TagClassName
{
border-color: #DDF495;
}
</style>