Shades of Reef #D4FCAF
Tints of Reef #D4FCAF
RGB
CMYK
RGB Variations
Color information
#D4FCAF (or 0xD4FCAF) is known color: Reef. HEX triplet: D4, FC and AF. RGB value is (212,252,175). Sum of RGB (Red+Green+Blue) = 212+252+175=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FCAF is #2B0350. Grayscale: #E7E7E7. Windows color (decimal): -2818897 or 11533524. OLE color: 11533524.
HSL color Cylindrical-coordinate representation of color #D4FCAF: hue angle of 91.17º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4FCAF is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 252 | 175 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.01 |
| HSL | 91.17º | 0.93% | 0.84% | - |
| HSV(B) | 91.17º | 0.31% | 0.99% | - |
| XYZ | 69.7 | 86.71 | 53.62 | - |
| YUV | 231.26 | 96.25 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 252 | 175 | 0.16 | 0 | 0.31 | 0.01 | 91.17 | 0.93 | 0.84 |
| Hex | D4 | FC | AF | 10 | 0 | 1F | 1 | 5B | 5D | 54 |
| Octal | 324 | 374 | 257 | 20 | 0 | 37 | 1 | 133 | 135 | 124 |
| Binary | 11010100 | 11111100 | 10101111 | 10000 | 0 | 11111 | 1 | 1011011 | 1011101 | 1010100 |
Color Harmonies of #D4FCAF
Complementary color
Monochromatic Colors of #D4FCAF
Black with #D4FCAF
Text Example
Text Example
White with #D4FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FCAF; }
p { color: rgb(212,252,175); }
H1.HeaderClassName
{
color: #D4FCAF;
}
.AnyTagClassName
{
color: #D4FCAF;
}
</style>
background-color css
<style>
a { background-color: #D4FCAF; }
a { background-color: rgb(212,252,175); }
div.DivClassName
{
background-color: #D4FCAF;
}
.BgClassName
{
background-color: #D4FCAF;
}
</style>
border-color css
<style>
span { border-color: #D4FCAF; }
span { border-color: rgb(212,252,175); }
td.TdClassName
{
border-color: #D4FCAF;
}
.TagClassName
{
border-color: #D4FCAF;
}
</style>