Shades of Reef #DCF89D
Tints of Reef #DCF89D
RGB
CMYK
RGB Variations
Color information
#DCF89D (or 0xDCF89D) is known color: Reef. HEX triplet: DC, F8 and 9D. RGB value is (220,248,157). Sum of RGB (Red+Green+Blue) = 220+248+157=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 157 (61.72% from 255 or 25.12% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF89D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF89D is #230762. Grayscale: #E5E5E5. Windows color (decimal): -2295651 or 10352860. OLE color: 10352860.
HSL color Cylindrical-coordinate representation of color #DCF89D: hue angle of 78.46º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCF89D is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 157 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.03 |
| HSL | 78.46º | 0.87% | 0.79% | - |
| HSV(B) | 78.46º | 0.37% | 0.97% | - |
| XYZ | 69.17 | 84.78 | 44.62 | - |
| YUV | 229.25 | 87.22 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 157 | 0.11 | 0 | 0.37 | 0.03 | 78.46 | 0.87 | 0.79 |
| Hex | DC | F8 | 9D | B | 0 | 25 | 3 | 4E | 57 | 4F |
| Octal | 334 | 370 | 235 | 13 | 0 | 45 | 3 | 116 | 127 | 117 |
| Binary | 11011100 | 11111000 | 10011101 | 1011 | 0 | 100101 | 11 | 1001110 | 1010111 | 1001111 |
Color Harmonies of #DCF89D
Complementary color
Monochromatic Colors of #DCF89D
Black with #DCF89D
Text Example
Text Example
White with #DCF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF89D; }
p { color: rgb(220,248,157); }
H1.HeaderClassName
{
color: #DCF89D;
}
.AnyTagClassName
{
color: #DCF89D;
}
</style>
background-color css
<style>
a { background-color: #DCF89D; }
a { background-color: rgb(220,248,157); }
div.DivClassName
{
background-color: #DCF89D;
}
.BgClassName
{
background-color: #DCF89D;
}
</style>
border-color css
<style>
span { border-color: #DCF89D; }
span { border-color: rgb(220,248,157); }
td.TdClassName
{
border-color: #DCF89D;
}
.TagClassName
{
border-color: #DCF89D;
}
</style>