Shades of Reef #DCFD8F
Tints of Reef #DCFD8F
RGB
CMYK
RGB Variations
Color information
#DCFD8F (or 0xDCFD8F) is known color: Reef. HEX triplet: DC, FD and 8F. RGB value is (220,253,143). Sum of RGB (Red+Green+Blue) = 220+253+143=616 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.71% from 616); Green value is 253 (99.22% from 255 or 41.07% from 616); Blue value is 143 (56.25% from 255 or 23.21% from 616); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFD8F is #230270. Grayscale: #E6E6E6. Windows color (decimal): -2294385 or 9436636. OLE color: 9436636.
HSL color Cylindrical-coordinate representation of color #DCFD8F: hue angle of 78º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCFD8F is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 143 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.01 |
| HSL | 78º | 0.96% | 0.78% | - |
| HSV(B) | 78º | 0.43% | 0.99% | - |
| XYZ | 69.6 | 87.45 | 39.2 | - |
| YUV | 230.59 | 78.57 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 143 | 0.13 | 0 | 0.43 | 0.01 | 78 | 0.96 | 0.78 |
| Hex | DC | FD | 8F | D | 0 | 2B | 1 | 4E | 60 | 4E |
| Octal | 334 | 375 | 217 | 15 | 0 | 53 | 1 | 116 | 140 | 116 |
| Binary | 11011100 | 11111101 | 10001111 | 1101 | 0 | 101011 | 1 | 1001110 | 1100000 | 1001110 |
Color Harmonies of #DCFD8F
Complementary color
Monochromatic Colors of #DCFD8F
Black with #DCFD8F
Text Example
Text Example
White with #DCFD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD8F; }
p { color: rgb(220,253,143); }
H1.HeaderClassName
{
color: #DCFD8F;
}
.AnyTagClassName
{
color: #DCFD8F;
}
</style>
background-color css
<style>
a { background-color: #DCFD8F; }
a { background-color: rgb(220,253,143); }
div.DivClassName
{
background-color: #DCFD8F;
}
.BgClassName
{
background-color: #DCFD8F;
}
</style>
border-color css
<style>
span { border-color: #DCFD8F; }
span { border-color: rgb(220,253,143); }
td.TdClassName
{
border-color: #DCFD8F;
}
.TagClassName
{
border-color: #DCFD8F;
}
</style>