Shades of Reef #D8FEA1
Tints of Reef #D8FEA1
RGB
CMYK
RGB Variations
Color information
#D8FEA1 (or 0xD8FEA1) is known color: Reef. HEX triplet: D8, FE and A1. RGB value is (216,254,161). Sum of RGB (Red+Green+Blue) = 216+254+161=631 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.23% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 161 (63.28% from 255 or 25.52% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FEA1 is #27015E. Grayscale: #E8E8E8. Windows color (decimal): -2556255 or 10616536. OLE color: 10616536.
HSL color Cylindrical-coordinate representation of color #D8FEA1: hue angle of 84.52º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D8FEA1 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 161 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.00 |
| HSL | 84.52º | 0.98% | 0.81% | - |
| HSV(B) | 84.52º | 0.37% | 1% | - |
| XYZ | 70.19 | 88.06 | 47.02 | - |
| YUV | 232.04 | 87.91 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 161 | 0.15 | 0 | 0.37 | 0.00 | 84.52 | 0.98 | 0.81 |
| Hex | D8 | FE | A1 | F | 0 | 25 | 0 | 55 | 62 | 51 |
| Octal | 330 | 376 | 241 | 17 | 0 | 45 | 0 | 125 | 142 | 121 |
| Binary | 11011000 | 11111110 | 10100001 | 1111 | 0 | 100101 | 0 | 1010101 | 1100010 | 1010001 |
Color Harmonies of #D8FEA1
Complementary color
Monochromatic Colors of #D8FEA1
Black with #D8FEA1
Text Example
Text Example
White with #D8FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FEA1; }
p { color: rgb(216,254,161); }
H1.HeaderClassName
{
color: #D8FEA1;
}
.AnyTagClassName
{
color: #D8FEA1;
}
</style>
background-color css
<style>
a { background-color: #D8FEA1; }
a { background-color: rgb(216,254,161); }
div.DivClassName
{
background-color: #D8FEA1;
}
.BgClassName
{
background-color: #D8FEA1;
}
</style>
border-color css
<style>
span { border-color: #D8FEA1; }
span { border-color: rgb(216,254,161); }
td.TdClassName
{
border-color: #D8FEA1;
}
.TagClassName
{
border-color: #D8FEA1;
}
</style>