Shades of Reef #D1FB92
Tints of Reef #D1FB92
RGB
CMYK
RGB Variations
Color information
#D1FB92 (or 0xD1FB92) is known color: Reef. HEX triplet: D1, FB and 92. RGB value is (209,251,146). Sum of RGB (Red+Green+Blue) = 209+251+146=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FB92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FB92 is #2E046D. Grayscale: #E2E2E2. Windows color (decimal): -3015790 or 9632721. OLE color: 9632721.
HSL color Cylindrical-coordinate representation of color #D1FB92: hue angle of 84º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1FB92 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 251 | 146 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.02 |
| HSL | 84º | 0.93% | 0.78% | - |
| HSV(B) | 84º | 0.42% | 0.98% | - |
| XYZ | 65.98 | 84.62 | 40.05 | - |
| YUV | 226.47 | 82.59 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 251 | 146 | 0.17 | 0 | 0.42 | 0.02 | 84 | 0.93 | 0.78 |
| Hex | D1 | FB | 92 | 11 | 0 | 2A | 2 | 54 | 5D | 4E |
| Octal | 321 | 373 | 222 | 21 | 0 | 52 | 2 | 124 | 135 | 116 |
| Binary | 11010001 | 11111011 | 10010010 | 10001 | 0 | 101010 | 10 | 1010100 | 1011101 | 1001110 |
Color Harmonies of #D1FB92
Complementary color
Monochromatic Colors of #D1FB92
Black with #D1FB92
Text Example
Text Example
White with #D1FB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FB92; }
p { color: rgb(209,251,146); }
H1.HeaderClassName
{
color: #D1FB92;
}
.AnyTagClassName
{
color: #D1FB92;
}
</style>
background-color css
<style>
a { background-color: #D1FB92; }
a { background-color: rgb(209,251,146); }
div.DivClassName
{
background-color: #D1FB92;
}
.BgClassName
{
background-color: #D1FB92;
}
</style>
border-color css
<style>
span { border-color: #D1FB92; }
span { border-color: rgb(209,251,146); }
td.TdClassName
{
border-color: #D1FB92;
}
.TagClassName
{
border-color: #D1FB92;
}
</style>