Shades of Reef #D6FEA8
Tints of Reef #D6FEA8
RGB
CMYK
RGB Variations
Color information
#D6FEA8 (or 0xD6FEA8) is known color: Reef. HEX triplet: D6, FE and A8. RGB value is (214,254,168). Sum of RGB (Red+Green+Blue) = 214+254+168=636 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.65% from 636); Green value is 254 (99.61% from 255 or 39.94% from 636); Blue value is 168 (66.02% from 255 or 26.42% from 636); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEA8 is #290157. Grayscale: #E8E8E8. Windows color (decimal): -2687320 or 11075286. OLE color: 11075286.
HSL color Cylindrical-coordinate representation of color #D6FEA8: hue angle of 87.91º 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 #D6FEA8 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 168 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.00 |
| HSL | 87.91º | 0.98% | 0.83% | - |
| HSV(B) | 87.91º | 0.34% | 1% | - |
| XYZ | 70.24 | 88.01 | 50.33 | - |
| YUV | 232.24 | 91.75 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 168 | 0.16 | 0 | 0.34 | 0.00 | 87.91 | 0.98 | 0.83 |
| Hex | D6 | FE | A8 | 10 | 0 | 22 | 0 | 58 | 62 | 53 |
| Octal | 326 | 376 | 250 | 20 | 0 | 42 | 0 | 130 | 142 | 123 |
| Binary | 11010110 | 11111110 | 10101000 | 10000 | 0 | 100010 | 0 | 1011000 | 1100010 | 1010011 |
Color Harmonies of #D6FEA8
Complementary color
Monochromatic Colors of #D6FEA8
Black with #D6FEA8
Text Example
Text Example
White with #D6FEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEA8; }
p { color: rgb(214,254,168); }
H1.HeaderClassName
{
color: #D6FEA8;
}
.AnyTagClassName
{
color: #D6FEA8;
}
</style>
background-color css
<style>
a { background-color: #D6FEA8; }
a { background-color: rgb(214,254,168); }
div.DivClassName
{
background-color: #D6FEA8;
}
.BgClassName
{
background-color: #D6FEA8;
}
</style>
border-color css
<style>
span { border-color: #D6FEA8; }
span { border-color: rgb(214,254,168); }
td.TdClassName
{
border-color: #D6FEA8;
}
.TagClassName
{
border-color: #D6FEA8;
}
</style>