Shades of Reef #D9FF8D
Tints of Reef #D9FF8D
RGB
CMYK
RGB Variations
Color information
#D9FF8D (or 0xD9FF8D) is known color: Reef. HEX triplet: D9, FF and 8D. RGB value is (217,255,141). Sum of RGB (Red+Green+Blue) = 217+255+141=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF8D is #260072. Grayscale: #E7E7E7. Windows color (decimal): -2490483 or 9306073. OLE color: 9306073.
HSL color Cylindrical-coordinate representation of color #D9FF8D: hue angle of 80º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9FF8D is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 141 | - |
| CMYK | 0.15 | 0 | 0.45 | 0 |
| HSL | 80º | 1% | 0.78% | - |
| HSV(B) | 80º | 0.45% | 1% | - |
| XYZ | 69.18 | 88.19 | 38.58 | - |
| YUV | 230.64 | 77.41 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 141 | 0.15 | 0 | 0.45 | 0 | 80 | 1 | 0.78 |
| Hex | D9 | FF | 8D | F | 0 | 2D | 0 | 50 | 64 | 4E |
| Octal | 331 | 377 | 215 | 17 | 0 | 55 | 0 | 120 | 144 | 116 |
| Binary | 11011001 | 11111111 | 10001101 | 1111 | 0 | 101101 | 0 | 1010000 | 1100100 | 1001110 |
Color Harmonies of #D9FF8D
Complementary color
Monochromatic Colors of #D9FF8D
Black with #D9FF8D
Text Example
Text Example
White with #D9FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF8D; }
p { color: rgb(217,255,141); }
H1.HeaderClassName
{
color: #D9FF8D;
}
.AnyTagClassName
{
color: #D9FF8D;
}
</style>
background-color css
<style>
a { background-color: #D9FF8D; }
a { background-color: rgb(217,255,141); }
div.DivClassName
{
background-color: #D9FF8D;
}
.BgClassName
{
background-color: #D9FF8D;
}
</style>
border-color css
<style>
span { border-color: #D9FF8D; }
span { border-color: rgb(217,255,141); }
td.TdClassName
{
border-color: #D9FF8D;
}
.TagClassName
{
border-color: #D9FF8D;
}
</style>