Shades of Reef #DCF799
Tints of Reef #DCF799
RGB
CMYK
RGB Variations
Color information
#DCF799 (or 0xDCF799) is known color: Reef. HEX triplet: DC, F7 and 99. RGB value is (220,247,153). Sum of RGB (Red+Green+Blue) = 220+247+153=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 247 (96.88% from 255 or 39.84% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF799 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF799 is #230866. Grayscale: #E4E4E4. Windows color (decimal): -2295911 or 10090460. OLE color: 10090460.
HSL color Cylindrical-coordinate representation of color #DCF799: hue angle of 77.23º degrees, saturation: 0.85, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCF799 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 153 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.03 |
| HSL | 77.23º | 0.85% | 0.78% | - |
| HSV(B) | 77.23º | 0.38% | 0.97% | - |
| XYZ | 68.53 | 84.04 | 42.75 | - |
| YUV | 228.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 153 | 0.11 | 0 | 0.38 | 0.03 | 77.23 | 0.85 | 0.78 |
| Hex | DC | F7 | 99 | B | 0 | 26 | 3 | 4D | 55 | 4E |
| Octal | 334 | 367 | 231 | 13 | 0 | 46 | 3 | 115 | 125 | 116 |
| Binary | 11011100 | 11110111 | 10011001 | 1011 | 0 | 100110 | 11 | 1001101 | 1010101 | 1001110 |
Color Harmonies of #DCF799
Complementary color
Monochromatic Colors of #DCF799
Black with #DCF799
Text Example
Text Example
White with #DCF799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF799; }
p { color: rgb(220,247,153); }
H1.HeaderClassName
{
color: #DCF799;
}
.AnyTagClassName
{
color: #DCF799;
}
</style>
background-color css
<style>
a { background-color: #DCF799; }
a { background-color: rgb(220,247,153); }
div.DivClassName
{
background-color: #DCF799;
}
.BgClassName
{
background-color: #DCF799;
}
</style>
border-color css
<style>
span { border-color: #DCF799; }
span { border-color: rgb(220,247,153); }
td.TdClassName
{
border-color: #DCF799;
}
.TagClassName
{
border-color: #DCF799;
}
</style>