Shades of Reef #D9FFB0
Tints of Reef #D9FFB0
RGB
CMYK
RGB Variations
Color information
#D9FFB0 (or 0xD9FFB0) is known color: Reef. HEX triplet: D9, FF and B0. RGB value is (217,255,176). Sum of RGB (Red+Green+Blue) = 217+255+176=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FFB0 is #26004F. Grayscale: #EAEAEA. Windows color (decimal): -2490448 or 11599833. OLE color: 11599833.
HSL color Cylindrical-coordinate representation of color #D9FFB0: hue angle of 88.86º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9FFB0 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 176 | - |
| CMYK | 0.15 | 0 | 0.31 | 0 |
| HSL | 88.86º | 1% | 0.85% | - |
| HSV(B) | 88.86º | 0.31% | 1% | - |
| XYZ | 72.21 | 89.41 | 54.53 | - |
| YUV | 234.63 | 94.91 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 176 | 0.15 | 0 | 0.31 | 0 | 88.86 | 1 | 0.85 |
| Hex | D9 | FF | B0 | F | 0 | 1F | 0 | 59 | 64 | 55 |
| Octal | 331 | 377 | 260 | 17 | 0 | 37 | 0 | 131 | 144 | 125 |
| Binary | 11011001 | 11111111 | 10110000 | 1111 | 0 | 11111 | 0 | 1011001 | 1100100 | 1010101 |
Color Harmonies of #D9FFB0
Complementary color
Monochromatic Colors of #D9FFB0
Black with #D9FFB0
Text Example
Text Example
White with #D9FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFB0; }
p { color: rgb(217,255,176); }
H1.HeaderClassName
{
color: #D9FFB0;
}
.AnyTagClassName
{
color: #D9FFB0;
}
</style>
background-color css
<style>
a { background-color: #D9FFB0; }
a { background-color: rgb(217,255,176); }
div.DivClassName
{
background-color: #D9FFB0;
}
.BgClassName
{
background-color: #D9FFB0;
}
</style>
border-color css
<style>
span { border-color: #D9FFB0; }
span { border-color: rgb(217,255,176); }
td.TdClassName
{
border-color: #D9FFB0;
}
.TagClassName
{
border-color: #D9FFB0;
}
</style>