Shades of Reef #D8F2A2
Tints of Reef #D8F2A2
RGB
CMYK
RGB Variations
Color information
#D8F2A2 (or 0xD8F2A2) is known color: Reef. HEX triplet: D8, F2 and A2. RGB value is (216,242,162). Sum of RGB (Red+Green+Blue) = 216+242+162=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 162 (63.67% from 255 or 26.13% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F2A2 is #270D5D. Grayscale: #E1E1E1. Windows color (decimal): -2559326 or 10679000. OLE color: 10679000.
HSL color Cylindrical-coordinate representation of color #D8F2A2: hue angle of 79.5º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8F2A2 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 242 | 162 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.05 |
| HSL | 79.5º | 0.75% | 0.79% | - |
| HSV(B) | 79.5º | 0.33% | 0.95% | - |
| XYZ | 66.59 | 80.71 | 46.25 | - |
| YUV | 225.11 | 92.39 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 242 | 162 | 0.11 | 0 | 0.33 | 0.05 | 79.5 | 0.75 | 0.79 |
| Hex | D8 | F2 | A2 | B | 0 | 21 | 5 | 50 | 4B | 4F |
| Octal | 330 | 362 | 242 | 13 | 0 | 41 | 5 | 120 | 113 | 117 |
| Binary | 11011000 | 11110010 | 10100010 | 1011 | 0 | 100001 | 101 | 1010000 | 1001011 | 1001111 |
Color Harmonies of #D8F2A2
Complementary color
Monochromatic Colors of #D8F2A2
Black with #D8F2A2
Text Example
Text Example
White with #D8F2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F2A2; }
p { color: rgb(216,242,162); }
H1.HeaderClassName
{
color: #D8F2A2;
}
.AnyTagClassName
{
color: #D8F2A2;
}
</style>
background-color css
<style>
a { background-color: #D8F2A2; }
a { background-color: rgb(216,242,162); }
div.DivClassName
{
background-color: #D8F2A2;
}
.BgClassName
{
background-color: #D8F2A2;
}
</style>
border-color css
<style>
span { border-color: #D8F2A2; }
span { border-color: rgb(216,242,162); }
td.TdClassName
{
border-color: #D8F2A2;
}
.TagClassName
{
border-color: #D8F2A2;
}
</style>