Shades of Reef #D9F48D
Tints of Reef #D9F48D
RGB
CMYK
RGB Variations
Color information
#D9F48D (or 0xD9F48D) is known color: Reef. HEX triplet: D9, F4 and 8D. RGB value is (217,244,141). Sum of RGB (Red+Green+Blue) = 217+244+141=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 141 (55.47% from 255 or 23.42% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F48D is #260B72. Grayscale: #E0E0E0. Windows color (decimal): -2493299 or 9303257. OLE color: 9303257.
HSL color Cylindrical-coordinate representation of color #D9F48D: hue angle of 75.73º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9F48D is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 141 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.04 |
| HSL | 75.73º | 0.82% | 0.75% | - |
| HSV(B) | 75.73º | 0.42% | 0.96% | - |
| XYZ | 65.77 | 81.38 | 37.44 | - |
| YUV | 224.19 | 81.05 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 141 | 0.11 | 0 | 0.42 | 0.04 | 75.73 | 0.82 | 0.75 |
| Hex | D9 | F4 | 8D | B | 0 | 2A | 4 | 4C | 52 | 4B |
| Octal | 331 | 364 | 215 | 13 | 0 | 52 | 4 | 114 | 122 | 113 |
| Binary | 11011001 | 11110100 | 10001101 | 1011 | 0 | 101010 | 100 | 1001100 | 1010010 | 1001011 |
Color Harmonies of #D9F48D
Complementary color
Monochromatic Colors of #D9F48D
Black with #D9F48D
Text Example
Text Example
White with #D9F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F48D; }
p { color: rgb(217,244,141); }
H1.HeaderClassName
{
color: #D9F48D;
}
.AnyTagClassName
{
color: #D9F48D;
}
</style>
background-color css
<style>
a { background-color: #D9F48D; }
a { background-color: rgb(217,244,141); }
div.DivClassName
{
background-color: #D9F48D;
}
.BgClassName
{
background-color: #D9F48D;
}
</style>
border-color css
<style>
span { border-color: #D9F48D; }
span { border-color: rgb(217,244,141); }
td.TdClassName
{
border-color: #D9F48D;
}
.TagClassName
{
border-color: #D9F48D;
}
</style>