Shades of Reef #D9F08D
Tints of Reef #D9F08D
RGB
CMYK
RGB Variations
Color information
#D9F08D (or 0xD9F08D) is known color: Reef. HEX triplet: D9, F0 and 8D. RGB value is (217,240,141). Sum of RGB (Red+Green+Blue) = 217+240+141=598 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.29% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F08D is #260F72. Grayscale: #DEDEDE. Windows color (decimal): -2494323 or 9302233. OLE color: 9302233.
HSL color Cylindrical-coordinate representation of color #D9F08D: hue angle of 73.94º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9F08D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 240 | 141 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.06 |
| HSL | 73.94º | 0.77% | 0.75% | - |
| HSV(B) | 73.94º | 0.41% | 0.94% | - |
| XYZ | 64.58 | 78.99 | 37.04 | - |
| YUV | 221.84 | 82.38 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 240 | 141 | 0.10 | 0 | 0.41 | 0.06 | 73.94 | 0.77 | 0.75 |
| Hex | D9 | F0 | 8D | A | 0 | 29 | 6 | 4A | 4D | 4B |
| Octal | 331 | 360 | 215 | 12 | 0 | 51 | 6 | 112 | 115 | 113 |
| Binary | 11011001 | 11110000 | 10001101 | 1010 | 0 | 101001 | 110 | 1001010 | 1001101 | 1001011 |
Color Harmonies of #D9F08D
Complementary color
Monochromatic Colors of #D9F08D
Black with #D9F08D
Text Example
Text Example
White with #D9F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F08D; }
p { color: rgb(217,240,141); }
H1.HeaderClassName
{
color: #D9F08D;
}
.AnyTagClassName
{
color: #D9F08D;
}
</style>
background-color css
<style>
a { background-color: #D9F08D; }
a { background-color: rgb(217,240,141); }
div.DivClassName
{
background-color: #D9F08D;
}
.BgClassName
{
background-color: #D9F08D;
}
</style>
border-color css
<style>
span { border-color: #D9F08D; }
span { border-color: rgb(217,240,141); }
td.TdClassName
{
border-color: #D9F08D;
}
.TagClassName
{
border-color: #D9F08D;
}
</style>