Shades of Reef #D9FC8D
Tints of Reef #D9FC8D
RGB
CMYK
RGB Variations
Color information
#D9FC8D (or 0xD9FC8D) is known color: Reef. HEX triplet: D9, FC and 8D. RGB value is (217,252,141). Sum of RGB (Red+Green+Blue) = 217+252+141=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FC8D is #260372. Grayscale: #E5E5E5. Windows color (decimal): -2491251 or 9305305. OLE color: 9305305.
HSL color Cylindrical-coordinate representation of color #D9FC8D: hue angle of 78.92º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9FC8D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 141 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.01 |
| HSL | 78.92º | 0.95% | 0.77% | - |
| HSV(B) | 78.92º | 0.44% | 0.99% | - |
| XYZ | 68.23 | 86.3 | 38.26 | - |
| YUV | 228.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 141 | 0.14 | 0 | 0.44 | 0.01 | 78.92 | 0.95 | 0.77 |
| Hex | D9 | FC | 8D | E | 0 | 2C | 1 | 4F | 5F | 4D |
| Octal | 331 | 374 | 215 | 16 | 0 | 54 | 1 | 117 | 137 | 115 |
| Binary | 11011001 | 11111100 | 10001101 | 1110 | 0 | 101100 | 1 | 1001111 | 1011111 | 1001101 |
Color Harmonies of #D9FC8D
Complementary color
Monochromatic Colors of #D9FC8D
Black with #D9FC8D
Text Example
Text Example
White with #D9FC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC8D; }
p { color: rgb(217,252,141); }
H1.HeaderClassName
{
color: #D9FC8D;
}
.AnyTagClassName
{
color: #D9FC8D;
}
</style>
background-color css
<style>
a { background-color: #D9FC8D; }
a { background-color: rgb(217,252,141); }
div.DivClassName
{
background-color: #D9FC8D;
}
.BgClassName
{
background-color: #D9FC8D;
}
</style>
border-color css
<style>
span { border-color: #D9FC8D; }
span { border-color: rgb(217,252,141); }
td.TdClassName
{
border-color: #D9FC8D;
}
.TagClassName
{
border-color: #D9FC8D;
}
</style>