Shades of Reef #DCF48D
Tints of Reef #DCF48D
RGB
CMYK
RGB Variations
Color information
#DCF48D (or 0xDCF48D) is known color: Reef. HEX triplet: DC, F4 and 8D. RGB value is (220,244,141). Sum of RGB (Red+Green+Blue) = 220+244+141=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF48D is #230B72. Grayscale: #E1E1E1. Windows color (decimal): -2296691 or 9303260. OLE color: 9303260.
HSL color Cylindrical-coordinate representation of color #DCF48D: hue angle of 73.98º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCF48D is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 141 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.04 |
| HSL | 73.98º | 0.82% | 0.75% | - |
| HSV(B) | 73.98º | 0.42% | 0.96% | - |
| XYZ | 66.67 | 81.84 | 37.48 | - |
| YUV | 225.08 | 80.55 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 141 | 0.10 | 0 | 0.42 | 0.04 | 73.98 | 0.82 | 0.75 |
| Hex | DC | F4 | 8D | A | 0 | 2A | 4 | 4A | 52 | 4B |
| Octal | 334 | 364 | 215 | 12 | 0 | 52 | 4 | 112 | 122 | 113 |
| Binary | 11011100 | 11110100 | 10001101 | 1010 | 0 | 101010 | 100 | 1001010 | 1010010 | 1001011 |
Color Harmonies of #DCF48D
Complementary color
Monochromatic Colors of #DCF48D
Black with #DCF48D
Text Example
Text Example
White with #DCF48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF48D; }
p { color: rgb(220,244,141); }
H1.HeaderClassName
{
color: #DCF48D;
}
.AnyTagClassName
{
color: #DCF48D;
}
</style>
background-color css
<style>
a { background-color: #DCF48D; }
a { background-color: rgb(220,244,141); }
div.DivClassName
{
background-color: #DCF48D;
}
.BgClassName
{
background-color: #DCF48D;
}
</style>
border-color css
<style>
span { border-color: #DCF48D; }
span { border-color: rgb(220,244,141); }
td.TdClassName
{
border-color: #DCF48D;
}
.TagClassName
{
border-color: #DCF48D;
}
</style>