Shades of Reef #D6FFA7
Tints of Reef #D6FFA7
RGB
CMYK
RGB Variations
Color information
#D6FFA7 (or 0xD6FFA7) is known color: Reef. HEX triplet: D6, FF and A7. RGB value is (214,255,167). Sum of RGB (Red+Green+Blue) = 214+255+167=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 167 (65.62% from 255 or 26.26% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FFA7 is #290058. Grayscale: #E9E9E9. Windows color (decimal): -2687065 or 11010006. OLE color: 11010006.
HSL color Cylindrical-coordinate representation of color #D6FFA7: hue angle of 87.95º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6FFA7 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 255 | 167 | - |
| CMYK | 0.16 | 0 | 0.35 | 0 |
| HSL | 87.95º | 1% | 0.83% | - |
| HSV(B) | 87.95º | 0.35% | 1% | - |
| XYZ | 70.47 | 88.61 | 49.95 | - |
| YUV | 232.71 | 90.92 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 255 | 167 | 0.16 | 0 | 0.35 | 0 | 87.95 | 1 | 0.83 |
| Hex | D6 | FF | A7 | 10 | 0 | 23 | 0 | 58 | 64 | 53 |
| Octal | 326 | 377 | 247 | 20 | 0 | 43 | 0 | 130 | 144 | 123 |
| Binary | 11010110 | 11111111 | 10100111 | 10000 | 0 | 100011 | 0 | 1011000 | 1100100 | 1010011 |
Color Harmonies of #D6FFA7
Complementary color
Monochromatic Colors of #D6FFA7
Black with #D6FFA7
Text Example
Text Example
White with #D6FFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FFA7; }
p { color: rgb(214,255,167); }
H1.HeaderClassName
{
color: #D6FFA7;
}
.AnyTagClassName
{
color: #D6FFA7;
}
</style>
background-color css
<style>
a { background-color: #D6FFA7; }
a { background-color: rgb(214,255,167); }
div.DivClassName
{
background-color: #D6FFA7;
}
.BgClassName
{
background-color: #D6FFA7;
}
</style>
border-color css
<style>
span { border-color: #D6FFA7; }
span { border-color: rgb(214,255,167); }
td.TdClassName
{
border-color: #D6FFA7;
}
.TagClassName
{
border-color: #D6FFA7;
}
</style>