Shades of Reef #D9FA91
Tints of Reef #D9FA91
RGB
CMYK
RGB Variations
Color information
#D9FA91 (or 0xD9FA91) is known color: Reef. HEX triplet: D9, FA and 91. RGB value is (217,250,145). Sum of RGB (Red+Green+Blue) = 217+250+145=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 250 (98.05% from 255 or 40.85% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA91 is #26056E. Grayscale: #E4E4E4. Windows color (decimal): -2491759 or 9566937. OLE color: 9566937.
HSL color Cylindrical-coordinate representation of color #D9FA91: hue angle of 78.86º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9FA91 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 250 | 145 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.02 |
| HSL | 78.86º | 0.91% | 0.77% | - |
| HSV(B) | 78.86º | 0.42% | 0.98% | - |
| XYZ | 67.91 | 85.17 | 39.65 | - |
| YUV | 228.16 | 81.07 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 250 | 145 | 0.13 | 0 | 0.42 | 0.02 | 78.86 | 0.91 | 0.77 |
| Hex | D9 | FA | 91 | D | 0 | 2A | 2 | 4F | 5B | 4D |
| Octal | 331 | 372 | 221 | 15 | 0 | 52 | 2 | 117 | 133 | 115 |
| Binary | 11011001 | 11111010 | 10010001 | 1101 | 0 | 101010 | 10 | 1001111 | 1011011 | 1001101 |
Color Harmonies of #D9FA91
Complementary color
Monochromatic Colors of #D9FA91
Black with #D9FA91
Text Example
Text Example
White with #D9FA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FA91; }
p { color: rgb(217,250,145); }
H1.HeaderClassName
{
color: #D9FA91;
}
.AnyTagClassName
{
color: #D9FA91;
}
</style>
background-color css
<style>
a { background-color: #D9FA91; }
a { background-color: rgb(217,250,145); }
div.DivClassName
{
background-color: #D9FA91;
}
.BgClassName
{
background-color: #D9FA91;
}
</style>
border-color css
<style>
span { border-color: #D9FA91; }
span { border-color: rgb(217,250,145); }
td.TdClassName
{
border-color: #D9FA91;
}
.TagClassName
{
border-color: #D9FA91;
}
</style>