Shades of Reef #D5FCA8
Tints of Reef #D5FCA8
RGB
CMYK
RGB Variations
Color information
#D5FCA8 (or 0xD5FCA8) is known color: Reef. HEX triplet: D5, FC and A8. RGB value is (213,252,168). Sum of RGB (Red+Green+Blue) = 213+252+168=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FCA8 is #2A0357. Grayscale: #E7E7E7. Windows color (decimal): -2753368 or 11074773. OLE color: 11074773.
HSL color Cylindrical-coordinate representation of color #D5FCA8: hue angle of 87.86º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5FCA8 is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 252 | 168 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.01 |
| HSL | 87.86º | 0.93% | 0.82% | - |
| HSV(B) | 87.86º | 0.33% | 0.99% | - |
| XYZ | 69.32 | 86.59 | 50.11 | - |
| YUV | 230.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 252 | 168 | 0.15 | 0 | 0.33 | 0.01 | 87.86 | 0.93 | 0.82 |
| Hex | D5 | FC | A8 | F | 0 | 21 | 1 | 58 | 5D | 52 |
| Octal | 325 | 374 | 250 | 17 | 0 | 41 | 1 | 130 | 135 | 122 |
| Binary | 11010101 | 11111100 | 10101000 | 1111 | 0 | 100001 | 1 | 1011000 | 1011101 | 1010010 |
Color Harmonies of #D5FCA8
Complementary color
Monochromatic Colors of #D5FCA8
Black with #D5FCA8
Text Example
Text Example
White with #D5FCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FCA8; }
p { color: rgb(213,252,168); }
H1.HeaderClassName
{
color: #D5FCA8;
}
.AnyTagClassName
{
color: #D5FCA8;
}
</style>
background-color css
<style>
a { background-color: #D5FCA8; }
a { background-color: rgb(213,252,168); }
div.DivClassName
{
background-color: #D5FCA8;
}
.BgClassName
{
background-color: #D5FCA8;
}
</style>
border-color css
<style>
span { border-color: #D5FCA8; }
span { border-color: rgb(213,252,168); }
td.TdClassName
{
border-color: #D5FCA8;
}
.TagClassName
{
border-color: #D5FCA8;
}
</style>