Shades of Reef #D4FAA7
Tints of Reef #D4FAA7
RGB
CMYK
RGB Variations
Color information
#D4FAA7 (or 0xD4FAA7) is known color: Reef. HEX triplet: D4, FA and A7. RGB value is (212,250,167). Sum of RGB (Red+Green+Blue) = 212+250+167=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 250 (98.05% from 255 or 39.75% from 629); Blue value is 167 (65.62% from 255 or 26.55% from 629); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FAA7 is #2B0558. Grayscale: #E5E5E5. Windows color (decimal): -2819417 or 11008724. OLE color: 11008724.
HSL color Cylindrical-coordinate representation of color #D4FAA7: hue angle of 87.47º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4FAA7 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 250 | 167 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.02 |
| HSL | 87.47º | 0.89% | 0.82% | - |
| HSV(B) | 87.47º | 0.33% | 0.98% | - |
| XYZ | 68.31 | 85.16 | 49.4 | - |
| YUV | 229.18 | 92.91 | 115.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 250 | 167 | 0.15 | 0 | 0.33 | 0.02 | 87.47 | 0.89 | 0.82 |
| Hex | D4 | FA | A7 | F | 0 | 21 | 2 | 57 | 59 | 52 |
| Octal | 324 | 372 | 247 | 17 | 0 | 41 | 2 | 127 | 131 | 122 |
| Binary | 11010100 | 11111010 | 10100111 | 1111 | 0 | 100001 | 10 | 1010111 | 1011001 | 1010010 |
Color Harmonies of #D4FAA7
Complementary color
Monochromatic Colors of #D4FAA7
Black with #D4FAA7
Text Example
Text Example
White with #D4FAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FAA7; }
p { color: rgb(212,250,167); }
H1.HeaderClassName
{
color: #D4FAA7;
}
.AnyTagClassName
{
color: #D4FAA7;
}
</style>
background-color css
<style>
a { background-color: #D4FAA7; }
a { background-color: rgb(212,250,167); }
div.DivClassName
{
background-color: #D4FAA7;
}
.BgClassName
{
background-color: #D4FAA7;
}
</style>
border-color css
<style>
span { border-color: #D4FAA7; }
span { border-color: rgb(212,250,167); }
td.TdClassName
{
border-color: #D4FAA7;
}
.TagClassName
{
border-color: #D4FAA7;
}
</style>