Shades of Reef #D3F0A2
Tints of Reef #D3F0A2
RGB
CMYK
RGB Variations
Color information
#D3F0A2 (or 0xD3F0A2) is known color: Reef. HEX triplet: D3, F0 and A2. RGB value is (211,240,162). Sum of RGB (Red+Green+Blue) = 211+240+162=613 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.42% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 162 (63.67% from 255 or 26.43% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #D3F0A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F0A2 is #2C0F5D. Grayscale: #DEDEDE. Windows color (decimal): -2887518 or 10678483. OLE color: 10678483.
HSL color Cylindrical-coordinate representation of color #D3F0A2: hue angle of 82.31º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D3F0A2 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 240 | 162 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.06 |
| HSL | 82.31º | 0.72% | 0.79% | - |
| HSV(B) | 82.31º | 0.33% | 0.94% | - |
| XYZ | 64.55 | 78.78 | 45.99 | - |
| YUV | 222.44 | 93.89 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 240 | 162 | 0.12 | 0 | 0.32 | 0.06 | 82.31 | 0.72 | 0.79 |
| Hex | D3 | F0 | A2 | C | 0 | 20 | 6 | 52 | 48 | 4F |
| Octal | 323 | 360 | 242 | 14 | 0 | 40 | 6 | 122 | 110 | 117 |
| Binary | 11010011 | 11110000 | 10100010 | 1100 | 0 | 100000 | 110 | 1010010 | 1001000 | 1001111 |
Color Harmonies of #D3F0A2
Complementary color
Monochromatic Colors of #D3F0A2
Black with #D3F0A2
Text Example
Text Example
White with #D3F0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F0A2; }
p { color: rgb(211,240,162); }
H1.HeaderClassName
{
color: #D3F0A2;
}
.AnyTagClassName
{
color: #D3F0A2;
}
</style>
background-color css
<style>
a { background-color: #D3F0A2; }
a { background-color: rgb(211,240,162); }
div.DivClassName
{
background-color: #D3F0A2;
}
.BgClassName
{
background-color: #D3F0A2;
}
</style>
border-color css
<style>
span { border-color: #D3F0A2; }
span { border-color: rgb(211,240,162); }
td.TdClassName
{
border-color: #D3F0A2;
}
.TagClassName
{
border-color: #D3F0A2;
}
</style>