Shades of Reef #DCFC8C
Tints of Reef #DCFC8C
RGB
CMYK
RGB Variations
Color information
#DCFC8C (or 0xDCFC8C) is known color: Reef. HEX triplet: DC, FC and 8C. RGB value is (220,252,140). Sum of RGB (Red+Green+Blue) = 220+252+140=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC8C is #230373. Grayscale: #E6E6E6. Windows color (decimal): -2294644 or 9239772. OLE color: 9239772.
HSL color Cylindrical-coordinate representation of color #DCFC8C: hue angle of 77.14º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFC8C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 140 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.01 |
| HSL | 77.14º | 0.95% | 0.77% | - |
| HSV(B) | 77.14º | 0.44% | 0.99% | - |
| XYZ | 69.06 | 86.73 | 37.91 | - |
| YUV | 229.66 | 77.4 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 140 | 0.13 | 0 | 0.44 | 0.01 | 77.14 | 0.95 | 0.77 |
| Hex | DC | FC | 8C | D | 0 | 2C | 1 | 4D | 5F | 4D |
| Octal | 334 | 374 | 214 | 15 | 0 | 54 | 1 | 115 | 137 | 115 |
| Binary | 11011100 | 11111100 | 10001100 | 1101 | 0 | 101100 | 1 | 1001101 | 1011111 | 1001101 |
Color Harmonies of #DCFC8C
Complementary color
Monochromatic Colors of #DCFC8C
Black with #DCFC8C
Text Example
Text Example
White with #DCFC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC8C; }
p { color: rgb(220,252,140); }
H1.HeaderClassName
{
color: #DCFC8C;
}
.AnyTagClassName
{
color: #DCFC8C;
}
</style>
background-color css
<style>
a { background-color: #DCFC8C; }
a { background-color: rgb(220,252,140); }
div.DivClassName
{
background-color: #DCFC8C;
}
.BgClassName
{
background-color: #DCFC8C;
}
</style>
border-color css
<style>
span { border-color: #DCFC8C; }
span { border-color: rgb(220,252,140); }
td.TdClassName
{
border-color: #DCFC8C;
}
.TagClassName
{
border-color: #DCFC8C;
}
</style>