Shades of Reef #D6FEA5
Tints of Reef #D6FEA5
RGB
CMYK
RGB Variations
Color information
#D6FEA5 (or 0xD6FEA5) is known color: Reef. HEX triplet: D6, FE and A5. RGB value is (214,254,165). Sum of RGB (Red+Green+Blue) = 214+254+165=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 165 (64.84% from 255 or 26.07% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #D6FEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6FEA5 is #29015A. Grayscale: #E8E8E8. Windows color (decimal): -2687323 or 10878678. OLE color: 10878678.
HSL color Cylindrical-coordinate representation of color #D6FEA5: hue angle of 86.97º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6FEA5 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 214 | 254 | 165 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.00 |
| HSL | 86.97º | 0.98% | 0.82% | - |
| HSV(B) | 86.97º | 0.35% | 1% | - |
| XYZ | 69.96 | 87.9 | 48.88 | - |
| YUV | 231.89 | 90.25 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 254 | 165 | 0.16 | 0 | 0.35 | 0.00 | 86.97 | 0.98 | 0.82 |
| Hex | D6 | FE | A5 | 10 | 0 | 23 | 0 | 57 | 62 | 52 |
| Octal | 326 | 376 | 245 | 20 | 0 | 43 | 0 | 127 | 142 | 122 |
| Binary | 11010110 | 11111110 | 10100101 | 10000 | 0 | 100011 | 0 | 1010111 | 1100010 | 1010010 |
Color Harmonies of #D6FEA5
Complementary color
Monochromatic Colors of #D6FEA5
Black with #D6FEA5
Text Example
Text Example
White with #D6FEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6FEA5; }
p { color: rgb(214,254,165); }
H1.HeaderClassName
{
color: #D6FEA5;
}
.AnyTagClassName
{
color: #D6FEA5;
}
</style>
background-color css
<style>
a { background-color: #D6FEA5; }
a { background-color: rgb(214,254,165); }
div.DivClassName
{
background-color: #D6FEA5;
}
.BgClassName
{
background-color: #D6FEA5;
}
</style>
border-color css
<style>
span { border-color: #D6FEA5; }
span { border-color: rgb(214,254,165); }
td.TdClassName
{
border-color: #D6FEA5;
}
.TagClassName
{
border-color: #D6FEA5;
}
</style>