Shades of Reef #D2FEA1
Tints of Reef #D2FEA1
RGB
CMYK
RGB Variations
Color information
#D2FEA1 (or 0xD2FEA1) is known color: Reef. HEX triplet: D2, FE and A1. RGB value is (210,254,161). Sum of RGB (Red+Green+Blue) = 210+254+161=625 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.6% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 161 (63.28% from 255 or 25.76% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FEA1 is #2D015E. Grayscale: #E6E6E6. Windows color (decimal): -2949471 or 10616530. OLE color: 10616530.
HSL color Cylindrical-coordinate representation of color #D2FEA1: hue angle of 88.39º 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 #D2FEA1 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 210 | 254 | 161 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.00 |
| HSL | 88.39º | 0.98% | 0.81% | - |
| HSV(B) | 88.39º | 0.37% | 1% | - |
| XYZ | 68.45 | 87.16 | 46.93 | - |
| YUV | 230.24 | 88.92 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 254 | 161 | 0.17 | 0 | 0.37 | 0.00 | 88.39 | 0.98 | 0.81 |
| Hex | D2 | FE | A1 | 11 | 0 | 25 | 0 | 58 | 62 | 51 |
| Octal | 322 | 376 | 241 | 21 | 0 | 45 | 0 | 130 | 142 | 121 |
| Binary | 11010010 | 11111110 | 10100001 | 10001 | 0 | 100101 | 0 | 1011000 | 1100010 | 1010001 |
Color Harmonies of #D2FEA1
Complementary color
Monochromatic Colors of #D2FEA1
Black with #D2FEA1
Text Example
Text Example
White with #D2FEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FEA1; }
p { color: rgb(210,254,161); }
H1.HeaderClassName
{
color: #D2FEA1;
}
.AnyTagClassName
{
color: #D2FEA1;
}
</style>
background-color css
<style>
a { background-color: #D2FEA1; }
a { background-color: rgb(210,254,161); }
div.DivClassName
{
background-color: #D2FEA1;
}
.BgClassName
{
background-color: #D2FEA1;
}
</style>
border-color css
<style>
span { border-color: #D2FEA1; }
span { border-color: rgb(210,254,161); }
td.TdClassName
{
border-color: #D2FEA1;
}
.TagClassName
{
border-color: #D2FEA1;
}
</style>