Shades of Reef #DDF797
Tints of Reef #DDF797
RGB
CMYK
RGB Variations
Color information
#DDF797 (or 0xDDF797) is known color: Reef. HEX triplet: DD, F7 and 97. RGB value is (221,247,151). Sum of RGB (Red+Green+Blue) = 221+247+151=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 151 (59.38% from 255 or 24.39% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF797 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF797 is #220868. Grayscale: #E4E4E4. Windows color (decimal): -2230377 or 9959389. OLE color: 9959389.
HSL color Cylindrical-coordinate representation of color #DDF797: hue angle of 76.25º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDF797 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 151 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.03 |
| HSL | 76.25º | 0.86% | 0.78% | - |
| HSV(B) | 76.25º | 0.39% | 0.97% | - |
| XYZ | 68.67 | 84.13 | 41.9 | - |
| YUV | 228.28 | 84.39 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 151 | 0.11 | 0 | 0.39 | 0.03 | 76.25 | 0.86 | 0.78 |
| Hex | DD | F7 | 97 | B | 0 | 27 | 3 | 4C | 56 | 4E |
| Octal | 335 | 367 | 227 | 13 | 0 | 47 | 3 | 114 | 126 | 116 |
| Binary | 11011101 | 11110111 | 10010111 | 1011 | 0 | 100111 | 11 | 1001100 | 1010110 | 1001110 |
Color Harmonies of #DDF797
Complementary color
Monochromatic Colors of #DDF797
Black with #DDF797
Text Example
Text Example
White with #DDF797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF797; }
p { color: rgb(221,247,151); }
H1.HeaderClassName
{
color: #DDF797;
}
.AnyTagClassName
{
color: #DDF797;
}
</style>
background-color css
<style>
a { background-color: #DDF797; }
a { background-color: rgb(221,247,151); }
div.DivClassName
{
background-color: #DDF797;
}
.BgClassName
{
background-color: #DDF797;
}
</style>
border-color css
<style>
span { border-color: #DDF797; }
span { border-color: rgb(221,247,151); }
td.TdClassName
{
border-color: #DDF797;
}
.TagClassName
{
border-color: #DDF797;
}
</style>