Shades of Reef #D6FEA7
Tints of Reef #D6FEA7
RGB
CMYK
RGB Variations
Color information
#D6FEA7 (or 0xD6FEA7) is known color: Reef. HEX triplet: D6, FE and A7. RGB value is (214,254,167). Sum of RGB (Red+Green+Blue) = 214+254+167=635 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.70% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 167 (65.62% from 255 or 26.30% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEA7 is #290158. Grayscale: #E8E8E8. Windows color (decimal): -2687321 or 11009750. OLE color: 11009750.
HSL color Cylindrical-coordinate representation of color #D6FEA7: hue angle of 87.59º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6FEA7 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 167 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.00 |
| HSL | 87.59º | 0.98% | 0.83% | - |
| HSV(B) | 87.59º | 0.34% | 1% | - |
| XYZ | 70.15 | 87.97 | 49.84 | - |
| YUV | 232.12 | 91.25 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 167 | 0.16 | 0 | 0.34 | 0.00 | 87.59 | 0.98 | 0.83 |
| Hex | D6 | FE | A7 | 10 | 0 | 22 | 0 | 58 | 62 | 53 |
| Octal | 326 | 376 | 247 | 20 | 0 | 42 | 0 | 130 | 142 | 123 |
| Binary | 11010110 | 11111110 | 10100111 | 10000 | 0 | 100010 | 0 | 1011000 | 1100010 | 1010011 |
Color Harmonies of #D6FEA7
Complementary color
Monochromatic Colors of #D6FEA7
Black with #D6FEA7
Text Example
Text Example
White with #D6FEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEA7; }
p { color: rgb(214,254,167); }
H1.HeaderClassName
{
color: #D6FEA7;
}
.AnyTagClassName
{
color: #D6FEA7;
}
</style>
background-color css
<style>
a { background-color: #D6FEA7; }
a { background-color: rgb(214,254,167); }
div.DivClassName
{
background-color: #D6FEA7;
}
.BgClassName
{
background-color: #D6FEA7;
}
</style>
border-color css
<style>
span { border-color: #D6FEA7; }
span { border-color: rgb(214,254,167); }
td.TdClassName
{
border-color: #D6FEA7;
}
.TagClassName
{
border-color: #D6FEA7;
}
</style>