Shades of Reef #D7F9AE
Tints of Reef #D7F9AE
RGB
CMYK
RGB Variations
Color information
#D7F9AE (or 0xD7F9AE) is known color: Reef. HEX triplet: D7, F9 and AE. RGB value is (215,249,174). Sum of RGB (Red+Green+Blue) = 215+249+174=638 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.70% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 174 (68.36% from 255 or 27.27% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #D7F9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F9AE is #280651. Grayscale: #E6E6E6. Windows color (decimal): -2623058 or 11467223. OLE color: 11467223.
HSL color Cylindrical-coordinate representation of color #D7F9AE: hue angle of 87.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D7F9AE is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 249 | 174 | - |
| CMYK | 0.14 | 0 | 0.30 | 0.02 |
| HSL | 87.2º | 0.86% | 0.83% | - |
| HSV(B) | 87.2º | 0.3% | 0.98% | - |
| XYZ | 69.54 | 85.25 | 52.84 | - |
| YUV | 230.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 249 | 174 | 0.14 | 0 | 0.30 | 0.02 | 87.2 | 0.86 | 0.83 |
| Hex | D7 | F9 | AE | E | 0 | 1E | 2 | 57 | 56 | 53 |
| Octal | 327 | 371 | 256 | 16 | 0 | 36 | 2 | 127 | 126 | 123 |
| Binary | 11010111 | 11111001 | 10101110 | 1110 | 0 | 11110 | 10 | 1010111 | 1010110 | 1010011 |
Color Harmonies of #D7F9AE
Complementary color
Monochromatic Colors of #D7F9AE
Black with #D7F9AE
Text Example
Text Example
White with #D7F9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F9AE; }
p { color: rgb(215,249,174); }
H1.HeaderClassName
{
color: #D7F9AE;
}
.AnyTagClassName
{
color: #D7F9AE;
}
</style>
background-color css
<style>
a { background-color: #D7F9AE; }
a { background-color: rgb(215,249,174); }
div.DivClassName
{
background-color: #D7F9AE;
}
.BgClassName
{
background-color: #D7F9AE;
}
</style>
border-color css
<style>
span { border-color: #D7F9AE; }
span { border-color: rgb(215,249,174); }
td.TdClassName
{
border-color: #D7F9AE;
}
.TagClassName
{
border-color: #D7F9AE;
}
</style>