Shades of Reef #DCF791
Tints of Reef #DCF791
RGB
CMYK
RGB Variations
Color information
#DCF791 (or 0xDCF791) is known color: Reef. HEX triplet: DC, F7 and 91. RGB value is (220,247,145). Sum of RGB (Red+Green+Blue) = 220+247+145=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 247 (96.88% from 255 or 40.36% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF791 is #23086E. Grayscale: #E3E3E3. Windows color (decimal): -2295919 or 9566172. OLE color: 9566172.
HSL color Cylindrical-coordinate representation of color #DCF791: hue angle of 75.88º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCF791 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 145 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.03 |
| HSL | 75.88º | 0.86% | 0.77% | - |
| HSV(B) | 75.88º | 0.41% | 0.97% | - |
| XYZ | 67.89 | 83.78 | 39.38 | - |
| YUV | 227.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 145 | 0.11 | 0 | 0.41 | 0.03 | 75.88 | 0.86 | 0.77 |
| Hex | DC | F7 | 91 | B | 0 | 29 | 3 | 4C | 56 | 4D |
| Octal | 334 | 367 | 221 | 13 | 0 | 51 | 3 | 114 | 126 | 115 |
| Binary | 11011100 | 11110111 | 10010001 | 1011 | 0 | 101001 | 11 | 1001100 | 1010110 | 1001101 |
Color Harmonies of #DCF791
Complementary color
Monochromatic Colors of #DCF791
Black with #DCF791
Text Example
Text Example
White with #DCF791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF791; }
p { color: rgb(220,247,145); }
H1.HeaderClassName
{
color: #DCF791;
}
.AnyTagClassName
{
color: #DCF791;
}
</style>
background-color css
<style>
a { background-color: #DCF791; }
a { background-color: rgb(220,247,145); }
div.DivClassName
{
background-color: #DCF791;
}
.BgClassName
{
background-color: #DCF791;
}
</style>
border-color css
<style>
span { border-color: #DCF791; }
span { border-color: rgb(220,247,145); }
td.TdClassName
{
border-color: #DCF791;
}
.TagClassName
{
border-color: #DCF791;
}
</style>