Shades of Reef #D7FF8D
Tints of Reef #D7FF8D
RGB
CMYK
RGB Variations
Color information
#D7FF8D (or 0xD7FF8D) is known color: Reef. HEX triplet: D7, FF and 8D. RGB value is (215,255,141). Sum of RGB (Red+Green+Blue) = 215+255+141=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 255 (100% from 255 or 41.73% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FF8D is #280072. Grayscale: #E6E6E6. Windows color (decimal): -2621555 or 9306071. OLE color: 9306071.
HSL color Cylindrical-coordinate representation of color #D7FF8D: hue angle of 81.05º 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 #D7FF8D is Cyan = 0.16, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 215 | 255 | 141 | - |
| CMYK | 0.16 | 0 | 0.45 | 0 |
| HSL | 81.05º | 1% | 0.78% | - |
| HSV(B) | 81.05º | 0.45% | 1% | - |
| XYZ | 68.59 | 87.89 | 38.55 | - |
| YUV | 230.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 255 | 141 | 0.16 | 0 | 0.45 | 0 | 81.05 | 1 | 0.78 |
| Hex | D7 | FF | 8D | 10 | 0 | 2D | 0 | 51 | 64 | 4E |
| Octal | 327 | 377 | 215 | 20 | 0 | 55 | 0 | 121 | 144 | 116 |
| Binary | 11010111 | 11111111 | 10001101 | 10000 | 0 | 101101 | 0 | 1010001 | 1100100 | 1001110 |
Color Harmonies of #D7FF8D
Complementary color
Monochromatic Colors of #D7FF8D
Black with #D7FF8D
Text Example
Text Example
White with #D7FF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FF8D; }
p { color: rgb(215,255,141); }
H1.HeaderClassName
{
color: #D7FF8D;
}
.AnyTagClassName
{
color: #D7FF8D;
}
</style>
background-color css
<style>
a { background-color: #D7FF8D; }
a { background-color: rgb(215,255,141); }
div.DivClassName
{
background-color: #D7FF8D;
}
.BgClassName
{
background-color: #D7FF8D;
}
</style>
border-color css
<style>
span { border-color: #D7FF8D; }
span { border-color: rgb(215,255,141); }
td.TdClassName
{
border-color: #D7FF8D;
}
.TagClassName
{
border-color: #D7FF8D;
}
</style>