Shades of Reef #DCF699
Tints of Reef #DCF699
RGB
CMYK
RGB Variations
Color information
#DCF699 (or 0xDCF699) is known color: Reef. HEX triplet: DC, F6 and 99. RGB value is (220,246,153). Sum of RGB (Red+Green+Blue) = 220+246+153=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 246 (96.48% from 255 or 39.74% from 619); Blue value is 153 (60.16% from 255 or 24.72% from 619); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF699 is #230966. Grayscale: #E3E3E3. Windows color (decimal): -2296167 or 10090204. OLE color: 10090204.
HSL color Cylindrical-coordinate representation of color #DCF699: hue angle of 76.77º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCF699 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 153 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.04 |
| HSL | 76.77º | 0.84% | 0.78% | - |
| HSV(B) | 76.77º | 0.38% | 0.96% | - |
| XYZ | 68.22 | 83.43 | 42.64 | - |
| YUV | 227.62 | 85.89 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 153 | 0.11 | 0 | 0.38 | 0.04 | 76.77 | 0.84 | 0.78 |
| Hex | DC | F6 | 99 | B | 0 | 26 | 4 | 4D | 54 | 4E |
| Octal | 334 | 366 | 231 | 13 | 0 | 46 | 4 | 115 | 124 | 116 |
| Binary | 11011100 | 11110110 | 10011001 | 1011 | 0 | 100110 | 100 | 1001101 | 1010100 | 1001110 |
Color Harmonies of #DCF699
Complementary color
Monochromatic Colors of #DCF699
Black with #DCF699
Text Example
Text Example
White with #DCF699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF699; }
p { color: rgb(220,246,153); }
H1.HeaderClassName
{
color: #DCF699;
}
.AnyTagClassName
{
color: #DCF699;
}
</style>
background-color css
<style>
a { background-color: #DCF699; }
a { background-color: rgb(220,246,153); }
div.DivClassName
{
background-color: #DCF699;
}
.BgClassName
{
background-color: #DCF699;
}
</style>
border-color css
<style>
span { border-color: #DCF699; }
span { border-color: rgb(220,246,153); }
td.TdClassName
{
border-color: #DCF699;
}
.TagClassName
{
border-color: #DCF699;
}
</style>