Shades of Reef #DCFF8D
Tints of Reef #DCFF8D
RGB
CMYK
RGB Variations
Color information
#DCFF8D (or 0xDCFF8D) is known color: Reef. HEX triplet: DC, FF and 8D. RGB value is (220,255,141). Sum of RGB (Red+Green+Blue) = 220+255+141=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFF8D is #230072. Grayscale: #E7E7E7. Windows color (decimal): -2293875 or 9306076. OLE color: 9306076.
HSL color Cylindrical-coordinate representation of color #DCFF8D: hue angle of 78.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFF8D is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 141 | - |
| CMYK | 0.14 | 0 | 0.45 | 0 |
| HSL | 78.42º | 1% | 0.78% | - |
| HSV(B) | 78.42º | 0.45% | 1% | - |
| XYZ | 70.08 | 88.66 | 38.62 | - |
| YUV | 231.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 141 | 0.14 | 0 | 0.45 | 0 | 78.42 | 1 | 0.78 |
| Hex | DC | FF | 8D | E | 0 | 2D | 0 | 4E | 64 | 4E |
| Octal | 334 | 377 | 215 | 16 | 0 | 55 | 0 | 116 | 144 | 116 |
| Binary | 11011100 | 11111111 | 10001101 | 1110 | 0 | 101101 | 0 | 1001110 | 1100100 | 1001110 |
Color Harmonies of #DCFF8D
Complementary color
Monochromatic Colors of #DCFF8D
Black with #DCFF8D
Text Example
Text Example
White with #DCFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF8D; }
p { color: rgb(220,255,141); }
H1.HeaderClassName
{
color: #DCFF8D;
}
.AnyTagClassName
{
color: #DCFF8D;
}
</style>
background-color css
<style>
a { background-color: #DCFF8D; }
a { background-color: rgb(220,255,141); }
div.DivClassName
{
background-color: #DCFF8D;
}
.BgClassName
{
background-color: #DCFF8D;
}
</style>
border-color css
<style>
span { border-color: #DCFF8D; }
span { border-color: rgb(220,255,141); }
td.TdClassName
{
border-color: #DCFF8D;
}
.TagClassName
{
border-color: #DCFF8D;
}
</style>