Shades of Reef #D4FBAF
Tints of Reef #D4FBAF
RGB
CMYK
RGB Variations
Color information
#D4FBAF (or 0xD4FBAF) is known color: Reef. HEX triplet: D4, FB and AF. RGB value is (212,251,175). Sum of RGB (Red+Green+Blue) = 212+251+175=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FBAF is #2B0450. Grayscale: #E6E6E6. Windows color (decimal): -2819153 or 11533268. OLE color: 11533268.
HSL color Cylindrical-coordinate representation of color #D4FBAF: hue angle of 90.79º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4FBAF is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 175 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.02 |
| HSL | 90.79º | 0.9% | 0.84% | - |
| HSV(B) | 90.79º | 0.3% | 0.98% | - |
| XYZ | 69.39 | 86.09 | 53.52 | - |
| YUV | 230.68 | 96.58 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 175 | 0.16 | 0 | 0.30 | 0.02 | 90.79 | 0.9 | 0.84 |
| Hex | D4 | FB | AF | 10 | 0 | 1E | 2 | 5B | 5A | 54 |
| Octal | 324 | 373 | 257 | 20 | 0 | 36 | 2 | 133 | 132 | 124 |
| Binary | 11010100 | 11111011 | 10101111 | 10000 | 0 | 11110 | 10 | 1011011 | 1011010 | 1010100 |
Color Harmonies of #D4FBAF
Complementary color
Monochromatic Colors of #D4FBAF
Black with #D4FBAF
Text Example
Text Example
White with #D4FBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBAF; }
p { color: rgb(212,251,175); }
H1.HeaderClassName
{
color: #D4FBAF;
}
.AnyTagClassName
{
color: #D4FBAF;
}
</style>
background-color css
<style>
a { background-color: #D4FBAF; }
a { background-color: rgb(212,251,175); }
div.DivClassName
{
background-color: #D4FBAF;
}
.BgClassName
{
background-color: #D4FBAF;
}
</style>
border-color css
<style>
span { border-color: #D4FBAF; }
span { border-color: rgb(212,251,175); }
td.TdClassName
{
border-color: #D4FBAF;
}
.TagClassName
{
border-color: #D4FBAF;
}
</style>