Shades of Reef #DCFD8C
Tints of Reef #DCFD8C
RGB
CMYK
RGB Variations
Color information
#DCFD8C (or 0xDCFD8C) is known color: Reef. HEX triplet: DC, FD and 8C. RGB value is (220,253,140). Sum of RGB (Red+Green+Blue) = 220+253+140=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD8C is #230273. Grayscale: #E6E6E6. Windows color (decimal): -2294388 or 9240028. OLE color: 9240028.
HSL color Cylindrical-coordinate representation of color #DCFD8C: hue angle of 77.52º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFD8C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 140 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.01 |
| HSL | 77.52º | 0.97% | 0.77% | - |
| HSV(B) | 77.52º | 0.45% | 0.99% | - |
| XYZ | 69.37 | 87.36 | 38.02 | - |
| YUV | 230.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 140 | 0.13 | 0 | 0.45 | 0.01 | 77.52 | 0.97 | 0.77 |
| Hex | DC | FD | 8C | D | 0 | 2D | 1 | 4E | 61 | 4D |
| Octal | 334 | 375 | 214 | 15 | 0 | 55 | 1 | 116 | 141 | 115 |
| Binary | 11011100 | 11111101 | 10001100 | 1101 | 0 | 101101 | 1 | 1001110 | 1100001 | 1001101 |
Color Harmonies of #DCFD8C
Complementary color
Monochromatic Colors of #DCFD8C
Black with #DCFD8C
Text Example
Text Example
White with #DCFD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD8C; }
p { color: rgb(220,253,140); }
H1.HeaderClassName
{
color: #DCFD8C;
}
.AnyTagClassName
{
color: #DCFD8C;
}
</style>
background-color css
<style>
a { background-color: #DCFD8C; }
a { background-color: rgb(220,253,140); }
div.DivClassName
{
background-color: #DCFD8C;
}
.BgClassName
{
background-color: #DCFD8C;
}
</style>
border-color css
<style>
span { border-color: #DCFD8C; }
span { border-color: rgb(220,253,140); }
td.TdClassName
{
border-color: #DCFD8C;
}
.TagClassName
{
border-color: #DCFD8C;
}
</style>