Shades of Reef #D1F095
Tints of Reef #D1F095
RGB
CMYK
RGB Variations
Color information
#D1F095 (or 0xD1F095) is known color: Reef. HEX triplet: D1, F0 and 95. RGB value is (209,240,149). Sum of RGB (Red+Green+Blue) = 209+240+149=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 240 (94.14% from 255 or 40.13% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 240 - color contains mainly: green. Hex color #D1F095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F095 is #2E0F6A. Grayscale: #DCDCDC. Windows color (decimal): -3018603 or 9826513. OLE color: 9826513.
HSL color Cylindrical-coordinate representation of color #D1F095: hue angle of 80.44º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1F095 is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 240 | 149 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.06 |
| HSL | 80.44º | 0.75% | 0.76% | - |
| HSV(B) | 80.44º | 0.38% | 0.94% | - |
| XYZ | 62.88 | 78.05 | 40.18 | - |
| YUV | 220.36 | 87.73 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 240 | 149 | 0.13 | 0 | 0.38 | 0.06 | 80.44 | 0.75 | 0.76 |
| Hex | D1 | F0 | 95 | D | 0 | 26 | 6 | 50 | 4B | 4C |
| Octal | 321 | 360 | 225 | 15 | 0 | 46 | 6 | 120 | 113 | 114 |
| Binary | 11010001 | 11110000 | 10010101 | 1101 | 0 | 100110 | 110 | 1010000 | 1001011 | 1001100 |
Color Harmonies of #D1F095
Complementary color
Monochromatic Colors of #D1F095
Black with #D1F095
Text Example
Text Example
White with #D1F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F095; }
p { color: rgb(209,240,149); }
H1.HeaderClassName
{
color: #D1F095;
}
.AnyTagClassName
{
color: #D1F095;
}
</style>
background-color css
<style>
a { background-color: #D1F095; }
a { background-color: rgb(209,240,149); }
div.DivClassName
{
background-color: #D1F095;
}
.BgClassName
{
background-color: #D1F095;
}
</style>
border-color css
<style>
span { border-color: #D1F095; }
span { border-color: rgb(209,240,149); }
td.TdClassName
{
border-color: #D1F095;
}
.TagClassName
{
border-color: #D1F095;
}
</style>