Shades of Reef #D1FA98
Tints of Reef #D1FA98
RGB
CMYK
RGB Variations
Color information
#D1FA98 (or 0xD1FA98) is known color: Reef. HEX triplet: D1, FA and 98. RGB value is (209,250,152). Sum of RGB (Red+Green+Blue) = 209+250+152=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 152 (59.77% from 255 or 24.88% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #D1FA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FA98 is #2E0567. Grayscale: #E2E2E2. Windows color (decimal): -3016040 or 10025681. OLE color: 10025681.
HSL color Cylindrical-coordinate representation of color #D1FA98: hue angle of 85.1º degrees, saturation: 0.91, 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 #D1FA98 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 250 | 152 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.02 |
| HSL | 85.1º | 0.91% | 0.79% | - |
| HSV(B) | 85.1º | 0.39% | 0.98% | - |
| XYZ | 66.15 | 84.19 | 42.47 | - |
| YUV | 226.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 250 | 152 | 0.16 | 0 | 0.39 | 0.02 | 85.1 | 0.91 | 0.79 |
| Hex | D1 | FA | 98 | 10 | 0 | 27 | 2 | 55 | 5B | 4F |
| Octal | 321 | 372 | 230 | 20 | 0 | 47 | 2 | 125 | 133 | 117 |
| Binary | 11010001 | 11111010 | 10011000 | 10000 | 0 | 100111 | 10 | 1010101 | 1011011 | 1001111 |
Color Harmonies of #D1FA98
Complementary color
Monochromatic Colors of #D1FA98
Black with #D1FA98
Text Example
Text Example
White with #D1FA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FA98; }
p { color: rgb(209,250,152); }
H1.HeaderClassName
{
color: #D1FA98;
}
.AnyTagClassName
{
color: #D1FA98;
}
</style>
background-color css
<style>
a { background-color: #D1FA98; }
a { background-color: rgb(209,250,152); }
div.DivClassName
{
background-color: #D1FA98;
}
.BgClassName
{
background-color: #D1FA98;
}
</style>
border-color css
<style>
span { border-color: #D1FA98; }
span { border-color: rgb(209,250,152); }
td.TdClassName
{
border-color: #D1FA98;
}
.TagClassName
{
border-color: #D1FA98;
}
</style>