Shades of Reef #DCFB8D
Tints of Reef #DCFB8D
RGB
CMYK
RGB Variations
Color information
#DCFB8D (or 0xDCFB8D) is known color: Reef. HEX triplet: DC, FB and 8D. RGB value is (220,251,141). Sum of RGB (Red+Green+Blue) = 220+251+141=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 251 (98.44% from 255 or 41.01% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB8D is #230472. Grayscale: #E5E5E5. Windows color (decimal): -2294899 or 9305052. OLE color: 9305052.
HSL color Cylindrical-coordinate representation of color #DCFB8D: hue angle of 76.91º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCFB8D is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 251 | 141 | - |
| CMYK | 0.12 | 0 | 0.44 | 0.02 |
| HSL | 76.91º | 0.93% | 0.77% | - |
| HSV(B) | 76.91º | 0.44% | 0.98% | - |
| XYZ | 68.82 | 86.13 | 38.2 | - |
| YUV | 229.19 | 78.23 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 251 | 141 | 0.12 | 0 | 0.44 | 0.02 | 76.91 | 0.93 | 0.77 |
| Hex | DC | FB | 8D | C | 0 | 2C | 2 | 4D | 5D | 4D |
| Octal | 334 | 373 | 215 | 14 | 0 | 54 | 2 | 115 | 135 | 115 |
| Binary | 11011100 | 11111011 | 10001101 | 1100 | 0 | 101100 | 10 | 1001101 | 1011101 | 1001101 |
Color Harmonies of #DCFB8D
Complementary color
Monochromatic Colors of #DCFB8D
Black with #DCFB8D
Text Example
Text Example
White with #DCFB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFB8D; }
p { color: rgb(220,251,141); }
H1.HeaderClassName
{
color: #DCFB8D;
}
.AnyTagClassName
{
color: #DCFB8D;
}
</style>
background-color css
<style>
a { background-color: #DCFB8D; }
a { background-color: rgb(220,251,141); }
div.DivClassName
{
background-color: #DCFB8D;
}
.BgClassName
{
background-color: #DCFB8D;
}
</style>
border-color css
<style>
span { border-color: #DCFB8D; }
span { border-color: rgb(220,251,141); }
td.TdClassName
{
border-color: #DCFB8D;
}
.TagClassName
{
border-color: #DCFB8D;
}
</style>