Shades of Reef #D8FCAA
Tints of Reef #D8FCAA
RGB
CMYK
RGB Variations
Color information
#D8FCAA (or 0xD8FCAA) is known color: Reef. HEX triplet: D8, FC and AA. RGB value is (216,252,170). Sum of RGB (Red+Green+Blue) = 216+252+170=638 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.86% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 170 (66.80% from 255 or 26.65% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FCAA is #270355. Grayscale: #E8E8E8. Windows color (decimal): -2556758 or 11205848. OLE color: 11205848.
HSL color Cylindrical-coordinate representation of color #D8FCAA: hue angle of 86.34º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8FCAA is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 252 | 170 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.01 |
| HSL | 86.34º | 0.93% | 0.83% | - |
| HSV(B) | 86.34º | 0.33% | 0.99% | - |
| XYZ | 70.39 | 87.12 | 51.14 | - |
| YUV | 231.89 | 93.07 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 252 | 170 | 0.14 | 0 | 0.33 | 0.01 | 86.34 | 0.93 | 0.83 |
| Hex | D8 | FC | AA | E | 0 | 21 | 1 | 56 | 5D | 53 |
| Octal | 330 | 374 | 252 | 16 | 0 | 41 | 1 | 126 | 135 | 123 |
| Binary | 11011000 | 11111100 | 10101010 | 1110 | 0 | 100001 | 1 | 1010110 | 1011101 | 1010011 |
Color Harmonies of #D8FCAA
Complementary color
Monochromatic Colors of #D8FCAA
Black with #D8FCAA
Text Example
Text Example
White with #D8FCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FCAA; }
p { color: rgb(216,252,170); }
H1.HeaderClassName
{
color: #D8FCAA;
}
.AnyTagClassName
{
color: #D8FCAA;
}
</style>
background-color css
<style>
a { background-color: #D8FCAA; }
a { background-color: rgb(216,252,170); }
div.DivClassName
{
background-color: #D8FCAA;
}
.BgClassName
{
background-color: #D8FCAA;
}
</style>
border-color css
<style>
span { border-color: #D8FCAA; }
span { border-color: rgb(216,252,170); }
td.TdClassName
{
border-color: #D8FCAA;
}
.TagClassName
{
border-color: #D8FCAA;
}
</style>