Shades of Reef #DCF88F
Tints of Reef #DCF88F
RGB
CMYK
RGB Variations
Color information
#DCF88F (or 0xDCF88F) is known color: Reef. HEX triplet: DC, F8 and 8F. RGB value is (220,248,143). Sum of RGB (Red+Green+Blue) = 220+248+143=611 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.01% from 611); Green value is 248 (97.27% from 255 or 40.59% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF88F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF88F is #230770. Grayscale: #E4E4E4. Windows color (decimal): -2295665 or 9435356. OLE color: 9435356.
HSL color Cylindrical-coordinate representation of color #DCF88F: hue angle of 76º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCF88F is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 143 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.03 |
| HSL | 76º | 0.88% | 0.77% | - |
| HSV(B) | 76º | 0.42% | 0.97% | - |
| XYZ | 68.04 | 84.33 | 38.68 | - |
| YUV | 227.66 | 80.22 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 143 | 0.11 | 0 | 0.42 | 0.03 | 76 | 0.88 | 0.77 |
| Hex | DC | F8 | 8F | B | 0 | 2A | 3 | 4C | 58 | 4D |
| Octal | 334 | 370 | 217 | 13 | 0 | 52 | 3 | 114 | 130 | 115 |
| Binary | 11011100 | 11111000 | 10001111 | 1011 | 0 | 101010 | 11 | 1001100 | 1011000 | 1001101 |
Color Harmonies of #DCF88F
Complementary color
Monochromatic Colors of #DCF88F
Black with #DCF88F
Text Example
Text Example
White with #DCF88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF88F; }
p { color: rgb(220,248,143); }
H1.HeaderClassName
{
color: #DCF88F;
}
.AnyTagClassName
{
color: #DCF88F;
}
</style>
background-color css
<style>
a { background-color: #DCF88F; }
a { background-color: rgb(220,248,143); }
div.DivClassName
{
background-color: #DCF88F;
}
.BgClassName
{
background-color: #DCF88F;
}
</style>
border-color css
<style>
span { border-color: #DCF88F; }
span { border-color: rgb(220,248,143); }
td.TdClassName
{
border-color: #DCF88F;
}
.TagClassName
{
border-color: #DCF88F;
}
</style>