Shades of Reef #D6FA8D
Tints of Reef #D6FA8D
RGB
CMYK
RGB Variations
Color information
#D6FA8D (or 0xD6FA8D) is known color: Reef. HEX triplet: D6, FA and 8D. RGB value is (214,250,141). Sum of RGB (Red+Green+Blue) = 214+250+141=605 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.37% from 605); Green value is 250 (98.05% from 255 or 41.32% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FA8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FA8D is #290572. Grayscale: #E3E3E3. Windows color (decimal): -2688371 or 9304790. OLE color: 9304790.
HSL color Cylindrical-coordinate representation of color #D6FA8D: hue angle of 79.82º 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 #D6FA8D is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 250 | 141 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.02 |
| HSL | 79.82º | 0.92% | 0.77% | - |
| HSV(B) | 79.82º | 0.44% | 0.98% | - |
| XYZ | 66.72 | 84.59 | 38.01 | - |
| YUV | 226.81 | 79.57 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 250 | 141 | 0.14 | 0 | 0.44 | 0.02 | 79.82 | 0.92 | 0.77 |
| Hex | D6 | FA | 8D | E | 0 | 2C | 2 | 50 | 5C | 4D |
| Octal | 326 | 372 | 215 | 16 | 0 | 54 | 2 | 120 | 134 | 115 |
| Binary | 11010110 | 11111010 | 10001101 | 1110 | 0 | 101100 | 10 | 1010000 | 1011100 | 1001101 |
Color Harmonies of #D6FA8D
Complementary color
Monochromatic Colors of #D6FA8D
Black with #D6FA8D
Text Example
Text Example
White with #D6FA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FA8D; }
p { color: rgb(214,250,141); }
H1.HeaderClassName
{
color: #D6FA8D;
}
.AnyTagClassName
{
color: #D6FA8D;
}
</style>
background-color css
<style>
a { background-color: #D6FA8D; }
a { background-color: rgb(214,250,141); }
div.DivClassName
{
background-color: #D6FA8D;
}
.BgClassName
{
background-color: #D6FA8D;
}
</style>
border-color css
<style>
span { border-color: #D6FA8D; }
span { border-color: rgb(214,250,141); }
td.TdClassName
{
border-color: #D6FA8D;
}
.TagClassName
{
border-color: #D6FA8D;
}
</style>