Shades of Reef #D3FEA2
Tints of Reef #D3FEA2
RGB
CMYK
RGB Variations
Color information
#D3FEA2 (or 0xD3FEA2) is known color: Reef. HEX triplet: D3, FE and A2. RGB value is (211,254,162). Sum of RGB (Red+Green+Blue) = 211+254+162=627 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.65% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 162 (63.67% from 255 or 25.84% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #D3FEA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3FEA2 is #2C015D. Grayscale: #E6E6E6. Windows color (decimal): -2883934 or 10682067. OLE color: 10682067.
HSL color Cylindrical-coordinate representation of color #D3FEA2: hue angle of 88.04º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D3FEA2 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 254 | 162 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.00 |
| HSL | 88.04º | 0.98% | 0.82% | - |
| HSV(B) | 88.04º | 0.36% | 1% | - |
| XYZ | 68.83 | 87.34 | 47.41 | - |
| YUV | 230.66 | 89.25 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 254 | 162 | 0.17 | 0 | 0.36 | 0.00 | 88.04 | 0.98 | 0.82 |
| Hex | D3 | FE | A2 | 11 | 0 | 24 | 0 | 58 | 62 | 52 |
| Octal | 323 | 376 | 242 | 21 | 0 | 44 | 0 | 130 | 142 | 122 |
| Binary | 11010011 | 11111110 | 10100010 | 10001 | 0 | 100100 | 0 | 1011000 | 1100010 | 1010010 |
Color Harmonies of #D3FEA2
Complementary color
Monochromatic Colors of #D3FEA2
Black with #D3FEA2
Text Example
Text Example
White with #D3FEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3FEA2; }
p { color: rgb(211,254,162); }
H1.HeaderClassName
{
color: #D3FEA2;
}
.AnyTagClassName
{
color: #D3FEA2;
}
</style>
background-color css
<style>
a { background-color: #D3FEA2; }
a { background-color: rgb(211,254,162); }
div.DivClassName
{
background-color: #D3FEA2;
}
.BgClassName
{
background-color: #D3FEA2;
}
</style>
border-color css
<style>
span { border-color: #D3FEA2; }
span { border-color: rgb(211,254,162); }
td.TdClassName
{
border-color: #D3FEA2;
}
.TagClassName
{
border-color: #D3FEA2;
}
</style>