Shades of Reef #DCFE8C
Tints of Reef #DCFE8C
RGB
CMYK
RGB Variations
Color information
#DCFE8C (or 0xDCFE8C) is known color: Reef. HEX triplet: DC, FE and 8C. RGB value is (220,254,140). Sum of RGB (Red+Green+Blue) = 220+254+140=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE8C is #230173. Grayscale: #E7E7E7. Windows color (decimal): -2294132 or 9240284. OLE color: 9240284.
HSL color Cylindrical-coordinate representation of color #DCFE8C: hue angle of 77.89º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCFE8C is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 140 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.00 |
| HSL | 77.89º | 0.98% | 0.77% | - |
| HSV(B) | 77.89º | 0.45% | 1% | - |
| XYZ | 69.69 | 87.99 | 38.12 | - |
| YUV | 230.84 | 76.74 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 140 | 0.13 | 0 | 0.45 | 0.00 | 77.89 | 0.98 | 0.77 |
| Hex | DC | FE | 8C | D | 0 | 2D | 0 | 4E | 62 | 4D |
| Octal | 334 | 376 | 214 | 15 | 0 | 55 | 0 | 116 | 142 | 115 |
| Binary | 11011100 | 11111110 | 10001100 | 1101 | 0 | 101101 | 0 | 1001110 | 1100010 | 1001101 |
Color Harmonies of #DCFE8C
Complementary color
Monochromatic Colors of #DCFE8C
Black with #DCFE8C
Text Example
Text Example
White with #DCFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE8C; }
p { color: rgb(220,254,140); }
H1.HeaderClassName
{
color: #DCFE8C;
}
.AnyTagClassName
{
color: #DCFE8C;
}
</style>
background-color css
<style>
a { background-color: #DCFE8C; }
a { background-color: rgb(220,254,140); }
div.DivClassName
{
background-color: #DCFE8C;
}
.BgClassName
{
background-color: #DCFE8C;
}
</style>
border-color css
<style>
span { border-color: #DCFE8C; }
span { border-color: rgb(220,254,140); }
td.TdClassName
{
border-color: #DCFE8C;
}
.TagClassName
{
border-color: #DCFE8C;
}
</style>