Shades of Reef #D9FA8D
Tints of Reef #D9FA8D
RGB
CMYK
RGB Variations
Color information
#D9FA8D (or 0xD9FA8D) is known color: Reef. HEX triplet: D9, FA and 8D. RGB value is (217,250,141). Sum of RGB (Red+Green+Blue) = 217+250+141=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 250 (98.05% from 255 or 41.12% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA8D is #260572. Grayscale: #E4E4E4. Windows color (decimal): -2491763 or 9304793. OLE color: 9304793.
HSL color Cylindrical-coordinate representation of color #D9FA8D: hue angle of 78.17º degrees, saturation: 0.92, 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 #D9FA8D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 141 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.02 |
| HSL | 78.17º | 0.92% | 0.77% | - |
| HSV(B) | 78.17º | 0.44% | 0.98% | - |
| XYZ | 67.61 | 85.05 | 38.05 | - |
| YUV | 227.71 | 79.07 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 141 | 0.13 | 0 | 0.44 | 0.02 | 78.17 | 0.92 | 0.77 |
| Hex | D9 | FA | 8D | D | 0 | 2C | 2 | 4E | 5C | 4D |
| Octal | 331 | 372 | 215 | 15 | 0 | 54 | 2 | 116 | 134 | 115 |
| Binary | 11011001 | 11111010 | 10001101 | 1101 | 0 | 101100 | 10 | 1001110 | 1011100 | 1001101 |
Color Harmonies of #D9FA8D
Complementary color
Monochromatic Colors of #D9FA8D
Black with #D9FA8D
Text Example
Text Example
White with #D9FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA8D; }
p { color: rgb(217,250,141); }
H1.HeaderClassName
{
color: #D9FA8D;
}
.AnyTagClassName
{
color: #D9FA8D;
}
</style>
background-color css
<style>
a { background-color: #D9FA8D; }
a { background-color: rgb(217,250,141); }
div.DivClassName
{
background-color: #D9FA8D;
}
.BgClassName
{
background-color: #D9FA8D;
}
</style>
border-color css
<style>
span { border-color: #D9FA8D; }
span { border-color: rgb(217,250,141); }
td.TdClassName
{
border-color: #D9FA8D;
}
.TagClassName
{
border-color: #D9FA8D;
}
</style>