Shades of Reef #D6FF9D
Tints of Reef #D6FF9D
RGB
CMYK
RGB Variations
Color information
#D6FF9D (or 0xD6FF9D) is known color: Reef. HEX triplet: D6, FF and 9D. RGB value is (214,255,157). Sum of RGB (Red+Green+Blue) = 214+255+157=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 157 (61.72% from 255 or 25.08% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FF9D is #290062. Grayscale: #E7E7E7. Windows color (decimal): -2687075 or 10354646. OLE color: 10354646.
HSL color Cylindrical-coordinate representation of color #D6FF9D: hue angle of 85.1º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D6FF9D is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 157 | - |
| CMYK | 0.16 | 0 | 0.38 | 0 |
| HSL | 85.1º | 1% | 0.81% | - |
| HSV(B) | 85.1º | 0.38% | 1% | - |
| XYZ | 69.58 | 88.25 | 45.27 | - |
| YUV | 231.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 157 | 0.16 | 0 | 0.38 | 0 | 85.1 | 1 | 0.81 |
| Hex | D6 | FF | 9D | 10 | 0 | 26 | 0 | 55 | 64 | 51 |
| Octal | 326 | 377 | 235 | 20 | 0 | 46 | 0 | 125 | 144 | 121 |
| Binary | 11010110 | 11111111 | 10011101 | 10000 | 0 | 100110 | 0 | 1010101 | 1100100 | 1010001 |
Color Harmonies of #D6FF9D
Complementary color
Monochromatic Colors of #D6FF9D
Black with #D6FF9D
Text Example
Text Example
White with #D6FF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FF9D; }
p { color: rgb(214,255,157); }
H1.HeaderClassName
{
color: #D6FF9D;
}
.AnyTagClassName
{
color: #D6FF9D;
}
</style>
background-color css
<style>
a { background-color: #D6FF9D; }
a { background-color: rgb(214,255,157); }
div.DivClassName
{
background-color: #D6FF9D;
}
.BgClassName
{
background-color: #D6FF9D;
}
</style>
border-color css
<style>
span { border-color: #D6FF9D; }
span { border-color: rgb(214,255,157); }
td.TdClassName
{
border-color: #D6FF9D;
}
.TagClassName
{
border-color: #D6FF9D;
}
</style>