Shades of Reef #D1FB9A
Tints of Reef #D1FB9A
RGB
CMYK
RGB Variations
Color information
#D1FB9A (or 0xD1FB9A) is known color: Reef. HEX triplet: D1, FB and 9A. RGB value is (209,251,154). Sum of RGB (Red+Green+Blue) = 209+251+154=614 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.04% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 154 (60.55% from 255 or 25.08% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB9A is #2E0465. Grayscale: #E3E3E3. Windows color (decimal): -3015782 or 10157009. OLE color: 10157009.
HSL color Cylindrical-coordinate representation of color #D1FB9A: hue angle of 85.98º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D1FB9A is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 154 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.02 |
| HSL | 85.98º | 0.92% | 0.79% | - |
| HSV(B) | 85.98º | 0.39% | 0.98% | - |
| XYZ | 66.62 | 84.88 | 43.44 | - |
| YUV | 227.38 | 86.59 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 154 | 0.17 | 0 | 0.39 | 0.02 | 85.98 | 0.92 | 0.79 |
| Hex | D1 | FB | 9A | 11 | 0 | 27 | 2 | 56 | 5C | 4F |
| Octal | 321 | 373 | 232 | 21 | 0 | 47 | 2 | 126 | 134 | 117 |
| Binary | 11010001 | 11111011 | 10011010 | 10001 | 0 | 100111 | 10 | 1010110 | 1011100 | 1001111 |
Color Harmonies of #D1FB9A
Complementary color
Monochromatic Colors of #D1FB9A
Black with #D1FB9A
Text Example
Text Example
White with #D1FB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB9A; }
p { color: rgb(209,251,154); }
H1.HeaderClassName
{
color: #D1FB9A;
}
.AnyTagClassName
{
color: #D1FB9A;
}
</style>
background-color css
<style>
a { background-color: #D1FB9A; }
a { background-color: rgb(209,251,154); }
div.DivClassName
{
background-color: #D1FB9A;
}
.BgClassName
{
background-color: #D1FB9A;
}
</style>
border-color css
<style>
span { border-color: #D1FB9A; }
span { border-color: rgb(209,251,154); }
td.TdClassName
{
border-color: #D1FB9A;
}
.TagClassName
{
border-color: #D1FB9A;
}
</style>