Shades of Reef #D4FEA1
Tints of Reef #D4FEA1
RGB
CMYK
RGB Variations
Color information
#D4FEA1 (or 0xD4FEA1) is known color: Reef. HEX triplet: D4, FE and A1. RGB value is (212,254,161). Sum of RGB (Red+Green+Blue) = 212+254+161=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 161 (63.28% from 255 or 25.68% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #D4FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FEA1 is #2B015E. Grayscale: #E7E7E7. Windows color (decimal): -2818399 or 10616532. OLE color: 10616532.
HSL color Cylindrical-coordinate representation of color #D4FEA1: hue angle of 87.1º 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 #D4FEA1 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 212 | 254 | 161 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.00 |
| HSL | 87.1º | 0.98% | 0.81% | - |
| HSV(B) | 87.1º | 0.37% | 1% | - |
| XYZ | 69.03 | 87.45 | 46.96 | - |
| YUV | 230.84 | 88.59 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 254 | 161 | 0.17 | 0 | 0.37 | 0.00 | 87.1 | 0.98 | 0.81 |
| Hex | D4 | FE | A1 | 11 | 0 | 25 | 0 | 57 | 62 | 51 |
| Octal | 324 | 376 | 241 | 21 | 0 | 45 | 0 | 127 | 142 | 121 |
| Binary | 11010100 | 11111110 | 10100001 | 10001 | 0 | 100101 | 0 | 1010111 | 1100010 | 1010001 |
Color Harmonies of #D4FEA1
Complementary color
Monochromatic Colors of #D4FEA1
Black with #D4FEA1
Text Example
Text Example
White with #D4FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FEA1; }
p { color: rgb(212,254,161); }
H1.HeaderClassName
{
color: #D4FEA1;
}
.AnyTagClassName
{
color: #D4FEA1;
}
</style>
background-color css
<style>
a { background-color: #D4FEA1; }
a { background-color: rgb(212,254,161); }
div.DivClassName
{
background-color: #D4FEA1;
}
.BgClassName
{
background-color: #D4FEA1;
}
</style>
border-color css
<style>
span { border-color: #D4FEA1; }
span { border-color: rgb(212,254,161); }
td.TdClassName
{
border-color: #D4FEA1;
}
.TagClassName
{
border-color: #D4FEA1;
}
</style>