Shades of Reef #DCFA8C
Tints of Reef #DCFA8C
RGB
CMYK
RGB Variations
Color information
#DCFA8C (or 0xDCFA8C) is known color: Reef. HEX triplet: DC, FA and 8C. RGB value is (220,250,140). Sum of RGB (Red+Green+Blue) = 220+250+140=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA8C is #230573. Grayscale: #E4E4E4. Windows color (decimal): -2295156 or 9239260. OLE color: 9239260.
HSL color Cylindrical-coordinate representation of color #DCFA8C: hue angle of 76.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFA8C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 250 | 140 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.02 |
| HSL | 76.36º | 0.92% | 0.76% | - |
| HSV(B) | 76.36º | 0.44% | 0.98% | - |
| XYZ | 68.43 | 85.48 | 37.7 | - |
| YUV | 228.49 | 78.06 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 250 | 140 | 0.12 | 0 | 0.44 | 0.02 | 76.36 | 0.92 | 0.76 |
| Hex | DC | FA | 8C | C | 0 | 2C | 2 | 4C | 5C | 4C |
| Octal | 334 | 372 | 214 | 14 | 0 | 54 | 2 | 114 | 134 | 114 |
| Binary | 11011100 | 11111010 | 10001100 | 1100 | 0 | 101100 | 10 | 1001100 | 1011100 | 1001100 |
Color Harmonies of #DCFA8C
Complementary color
Monochromatic Colors of #DCFA8C
Black with #DCFA8C
Text Example
Text Example
White with #DCFA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFA8C; }
p { color: rgb(220,250,140); }
H1.HeaderClassName
{
color: #DCFA8C;
}
.AnyTagClassName
{
color: #DCFA8C;
}
</style>
background-color css
<style>
a { background-color: #DCFA8C; }
a { background-color: rgb(220,250,140); }
div.DivClassName
{
background-color: #DCFA8C;
}
.BgClassName
{
background-color: #DCFA8C;
}
</style>
border-color css
<style>
span { border-color: #DCFA8C; }
span { border-color: rgb(220,250,140); }
td.TdClassName
{
border-color: #DCFA8C;
}
.TagClassName
{
border-color: #DCFA8C;
}
</style>