Shades of Reef #D5FEA0
Tints of Reef #D5FEA0
RGB
CMYK
RGB Variations
Color information
#D5FEA0 (or 0xD5FEA0) is known color: Reef. HEX triplet: D5, FE and A0. RGB value is (213,254,160). Sum of RGB (Red+Green+Blue) = 213+254+160=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 160 (62.89% from 255 or 25.52% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEA0 is #2A015F. Grayscale: #E7E7E7. Windows color (decimal): -2752864 or 10550997. OLE color: 10550997.
HSL color Cylindrical-coordinate representation of color #D5FEA0: hue angle of 86.17º 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 #D5FEA0 is Cyan = 0.16, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 160 | - |
| CMYK | 0.16 | 0 | 0.37 | 0.00 |
| HSL | 86.17º | 0.98% | 0.81% | - |
| HSV(B) | 86.17º | 0.37% | 1% | - |
| XYZ | 69.23 | 87.57 | 46.51 | - |
| YUV | 231.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 160 | 0.16 | 0 | 0.37 | 0.00 | 86.17 | 0.98 | 0.81 |
| Hex | D5 | FE | A0 | 10 | 0 | 25 | 0 | 56 | 62 | 51 |
| Octal | 325 | 376 | 240 | 20 | 0 | 45 | 0 | 126 | 142 | 121 |
| Binary | 11010101 | 11111110 | 10100000 | 10000 | 0 | 100101 | 0 | 1010110 | 1100010 | 1010001 |
Color Harmonies of #D5FEA0
Complementary color
Monochromatic Colors of #D5FEA0
Black with #D5FEA0
Text Example
Text Example
White with #D5FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FEA0; }
p { color: rgb(213,254,160); }
H1.HeaderClassName
{
color: #D5FEA0;
}
.AnyTagClassName
{
color: #D5FEA0;
}
</style>
background-color css
<style>
a { background-color: #D5FEA0; }
a { background-color: rgb(213,254,160); }
div.DivClassName
{
background-color: #D5FEA0;
}
.BgClassName
{
background-color: #D5FEA0;
}
</style>
border-color css
<style>
span { border-color: #D5FEA0; }
span { border-color: rgb(213,254,160); }
td.TdClassName
{
border-color: #D5FEA0;
}
.TagClassName
{
border-color: #D5FEA0;
}
</style>