Shades of Reef #DCF793
Tints of Reef #DCF793
RGB
CMYK
RGB Variations
Color information
#DCF793 (or 0xDCF793) is known color: Reef. HEX triplet: DC, F7 and 93. RGB value is (220,247,147). Sum of RGB (Red+Green+Blue) = 220+247+147=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 247 (96.88% from 255 or 40.23% from 614); Blue value is 147 (57.81% from 255 or 23.94% from 614); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF793 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF793 is #23086C. Grayscale: #E3E3E3. Windows color (decimal): -2295917 or 9697244. OLE color: 9697244.
HSL color Cylindrical-coordinate representation of color #DCF793: hue angle of 76.2º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF793 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 147 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.03 |
| HSL | 76.2º | 0.86% | 0.77% | - |
| HSV(B) | 76.2º | 0.4% | 0.97% | - |
| XYZ | 68.04 | 83.84 | 40.2 | - |
| YUV | 227.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 147 | 0.11 | 0 | 0.40 | 0.03 | 76.2 | 0.86 | 0.77 |
| Hex | DC | F7 | 93 | B | 0 | 28 | 3 | 4C | 56 | 4D |
| Octal | 334 | 367 | 223 | 13 | 0 | 50 | 3 | 114 | 126 | 115 |
| Binary | 11011100 | 11110111 | 10010011 | 1011 | 0 | 101000 | 11 | 1001100 | 1010110 | 1001101 |
Color Harmonies of #DCF793
Complementary color
Monochromatic Colors of #DCF793
Black with #DCF793
Text Example
Text Example
White with #DCF793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF793; }
p { color: rgb(220,247,147); }
H1.HeaderClassName
{
color: #DCF793;
}
.AnyTagClassName
{
color: #DCF793;
}
</style>
background-color css
<style>
a { background-color: #DCF793; }
a { background-color: rgb(220,247,147); }
div.DivClassName
{
background-color: #DCF793;
}
.BgClassName
{
background-color: #DCF793;
}
</style>
border-color css
<style>
span { border-color: #DCF793; }
span { border-color: rgb(220,247,147); }
td.TdClassName
{
border-color: #DCF793;
}
.TagClassName
{
border-color: #DCF793;
}
</style>