Shades of Reef #D9FB96
Tints of Reef #D9FB96
RGB
CMYK
RGB Variations
Color information
#D9FB96 (or 0xD9FB96) is known color: Reef. HEX triplet: D9, FB and 96. RGB value is (217,251,150). Sum of RGB (Red+Green+Blue) = 217+251+150=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 251 (98.44% from 255 or 40.61% from 618); Blue value is 150 (58.98% from 255 or 24.27% from 618); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FB96 is #260469. Grayscale: #E5E5E5. Windows color (decimal): -2491498 or 9894873. OLE color: 9894873.
HSL color Cylindrical-coordinate representation of color #D9FB96: hue angle of 80.2º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9FB96 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 150 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.02 |
| HSL | 80.2º | 0.93% | 0.79% | - |
| HSV(B) | 80.2º | 0.4% | 0.98% | - |
| XYZ | 68.62 | 85.95 | 41.83 | - |
| YUV | 229.32 | 83.24 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 150 | 0.14 | 0 | 0.40 | 0.02 | 80.2 | 0.93 | 0.79 |
| Hex | D9 | FB | 96 | E | 0 | 28 | 2 | 50 | 5D | 4F |
| Octal | 331 | 373 | 226 | 16 | 0 | 50 | 2 | 120 | 135 | 117 |
| Binary | 11011001 | 11111011 | 10010110 | 1110 | 0 | 101000 | 10 | 1010000 | 1011101 | 1001111 |
Color Harmonies of #D9FB96
Complementary color
Monochromatic Colors of #D9FB96
Black with #D9FB96
Text Example
Text Example
White with #D9FB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB96; }
p { color: rgb(217,251,150); }
H1.HeaderClassName
{
color: #D9FB96;
}
.AnyTagClassName
{
color: #D9FB96;
}
</style>
background-color css
<style>
a { background-color: #D9FB96; }
a { background-color: rgb(217,251,150); }
div.DivClassName
{
background-color: #D9FB96;
}
.BgClassName
{
background-color: #D9FB96;
}
</style>
border-color css
<style>
span { border-color: #D9FB96; }
span { border-color: rgb(217,251,150); }
td.TdClassName
{
border-color: #D9FB96;
}
.TagClassName
{
border-color: #D9FB96;
}
</style>