Shades of Reef #DDF49A
Tints of Reef #DDF49A
RGB
CMYK
RGB Variations
Color information
#DDF49A (or 0xDDF49A) is known color: Reef. HEX triplet: DD, F4 and 9A. RGB value is (221,244,154). Sum of RGB (Red+Green+Blue) = 221+244+154=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 244 (95.70% from 255 or 39.42% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF49A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF49A is #220B65. Grayscale: #E3E3E3. Windows color (decimal): -2231142 or 10155229. OLE color: 10155229.
HSL color Cylindrical-coordinate representation of color #DDF49A: hue angle of 75.33º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDF49A is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 244 | 154 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.04 |
| HSL | 75.33º | 0.8% | 0.78% | - |
| HSV(B) | 75.33º | 0.37% | 0.96% | - |
| XYZ | 68 | 82.41 | 42.89 | - |
| YUV | 226.86 | 86.88 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 244 | 154 | 0.09 | 0 | 0.37 | 0.04 | 75.33 | 0.8 | 0.78 |
| Hex | DD | F4 | 9A | 9 | 0 | 25 | 4 | 4B | 50 | 4E |
| Octal | 335 | 364 | 232 | 11 | 0 | 45 | 4 | 113 | 120 | 116 |
| Binary | 11011101 | 11110100 | 10011010 | 1001 | 0 | 100101 | 100 | 1001011 | 1010000 | 1001110 |
Color Harmonies of #DDF49A
Complementary color
Monochromatic Colors of #DDF49A
Black with #DDF49A
Text Example
Text Example
White with #DDF49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF49A; }
p { color: rgb(221,244,154); }
H1.HeaderClassName
{
color: #DDF49A;
}
.AnyTagClassName
{
color: #DDF49A;
}
</style>
background-color css
<style>
a { background-color: #DDF49A; }
a { background-color: rgb(221,244,154); }
div.DivClassName
{
background-color: #DDF49A;
}
.BgClassName
{
background-color: #DDF49A;
}
</style>
border-color css
<style>
span { border-color: #DDF49A; }
span { border-color: rgb(221,244,154); }
td.TdClassName
{
border-color: #DDF49A;
}
.TagClassName
{
border-color: #DDF49A;
}
</style>