Shades of Reef #D1FEA0
Tints of Reef #D1FEA0
RGB
CMYK
RGB Variations
Color information
#D1FEA0 (or 0xD1FEA0) is known color: Reef. HEX triplet: D1, FE and A0. RGB value is (209,254,160). Sum of RGB (Red+Green+Blue) = 209+254+160=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 254 (99.61% from 255 or 40.77% from 623); Blue value is 160 (62.89% from 255 or 25.68% from 623); Max value from RGB is 254 - color contains mainly: green. Hex color #D1FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FEA0 is #2E015F. Grayscale: #E6E6E6. Windows color (decimal): -3015008 or 10550993. OLE color: 10550993.
HSL color Cylindrical-coordinate representation of color #D1FEA0: hue angle of 88.72º 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 #D1FEA0 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 254 | 160 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.00 |
| HSL | 88.72º | 0.98% | 0.81% | - |
| HSV(B) | 88.72º | 0.37% | 1% | - |
| XYZ | 68.08 | 86.98 | 46.46 | - |
| YUV | 229.83 | 88.59 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 254 | 160 | 0.18 | 0 | 0.37 | 0.00 | 88.72 | 0.98 | 0.81 |
| Hex | D1 | FE | A0 | 12 | 0 | 25 | 0 | 59 | 62 | 51 |
| Octal | 321 | 376 | 240 | 22 | 0 | 45 | 0 | 131 | 142 | 121 |
| Binary | 11010001 | 11111110 | 10100000 | 10010 | 0 | 100101 | 0 | 1011001 | 1100010 | 1010001 |
Color Harmonies of #D1FEA0
Complementary color
Monochromatic Colors of #D1FEA0
Black with #D1FEA0
Text Example
Text Example
White with #D1FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FEA0; }
p { color: rgb(209,254,160); }
H1.HeaderClassName
{
color: #D1FEA0;
}
.AnyTagClassName
{
color: #D1FEA0;
}
</style>
background-color css
<style>
a { background-color: #D1FEA0; }
a { background-color: rgb(209,254,160); }
div.DivClassName
{
background-color: #D1FEA0;
}
.BgClassName
{
background-color: #D1FEA0;
}
</style>
border-color css
<style>
span { border-color: #D1FEA0; }
span { border-color: rgb(209,254,160); }
td.TdClassName
{
border-color: #D1FEA0;
}
.TagClassName
{
border-color: #D1FEA0;
}
</style>