Shades of Reef #DDF494
Tints of Reef #DDF494
RGB
CMYK
RGB Variations
Color information
#DDF494 (or 0xDDF494) is known color: Reef. HEX triplet: DD, F4 and 94. RGB value is (221,244,148). Sum of RGB (Red+Green+Blue) = 221+244+148=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF494 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF494 is #220B6B. Grayscale: #E2E2E2. Windows color (decimal): -2231148 or 9762013. OLE color: 9762013.
HSL color Cylindrical-coordinate representation of color #DDF494: hue angle of 74.37º 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 #DDF494 is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 148 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.04 |
| HSL | 74.37º | 0.81% | 0.77% | - |
| HSV(B) | 74.37º | 0.39% | 0.96% | - |
| XYZ | 67.51 | 82.21 | 40.33 | - |
| YUV | 226.18 | 83.88 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 148 | 0.09 | 0 | 0.39 | 0.04 | 74.37 | 0.81 | 0.77 |
| Hex | DD | F4 | 94 | 9 | 0 | 27 | 4 | 4A | 51 | 4D |
| Octal | 335 | 364 | 224 | 11 | 0 | 47 | 4 | 112 | 121 | 115 |
| Binary | 11011101 | 11110100 | 10010100 | 1001 | 0 | 100111 | 100 | 1001010 | 1010001 | 1001101 |
Color Harmonies of #DDF494
Complementary color
Monochromatic Colors of #DDF494
Black with #DDF494
Text Example
Text Example
White with #DDF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF494; }
p { color: rgb(221,244,148); }
H1.HeaderClassName
{
color: #DDF494;
}
.AnyTagClassName
{
color: #DDF494;
}
</style>
background-color css
<style>
a { background-color: #DDF494; }
a { background-color: rgb(221,244,148); }
div.DivClassName
{
background-color: #DDF494;
}
.BgClassName
{
background-color: #DDF494;
}
</style>
border-color css
<style>
span { border-color: #DDF494; }
span { border-color: rgb(221,244,148); }
td.TdClassName
{
border-color: #DDF494;
}
.TagClassName
{
border-color: #DDF494;
}
</style>