Shades of Reef #DCFD9D
Tints of Reef #DCFD9D
RGB
CMYK
RGB Variations
Color information
#DCFD9D (or 0xDCFD9D) is known color: Reef. HEX triplet: DC, FD and 9D. RGB value is (220,253,157). Sum of RGB (Red+Green+Blue) = 220+253+157=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 157 (61.72% from 255 or 24.92% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD9D is #230262. Grayscale: #E8E8E8. Windows color (decimal): -2294371 or 10354140. OLE color: 10354140.
HSL color Cylindrical-coordinate representation of color #DCFD9D: hue angle of 80.62º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCFD9D is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 157 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.01 |
| HSL | 80.63º | 0.96% | 0.8% | - |
| HSV(B) | 80.63º | 0.38% | 0.99% | - |
| XYZ | 70.73 | 87.9 | 45.14 | - |
| YUV | 232.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 157 | 0.13 | 0 | 0.38 | 0.01 | 80.63 | 0.96 | 0.8 |
| Hex | DC | FD | 9D | D | 0 | 26 | 1 | 51 | 60 | 50 |
| Octal | 334 | 375 | 235 | 15 | 0 | 46 | 1 | 121 | 140 | 120 |
| Binary | 11011100 | 11111101 | 10011101 | 1101 | 0 | 100110 | 1 | 1010001 | 1100000 | 1010000 |
Color Harmonies of #DCFD9D
Complementary color
Monochromatic Colors of #DCFD9D
Black with #DCFD9D
Text Example
Text Example
White with #DCFD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD9D; }
p { color: rgb(220,253,157); }
H1.HeaderClassName
{
color: #DCFD9D;
}
.AnyTagClassName
{
color: #DCFD9D;
}
</style>
background-color css
<style>
a { background-color: #DCFD9D; }
a { background-color: rgb(220,253,157); }
div.DivClassName
{
background-color: #DCFD9D;
}
.BgClassName
{
background-color: #DCFD9D;
}
</style>
border-color css
<style>
span { border-color: #DCFD9D; }
span { border-color: rgb(220,253,157); }
td.TdClassName
{
border-color: #DCFD9D;
}
.TagClassName
{
border-color: #DCFD9D;
}
</style>