Shades of Reef #D1F992
Tints of Reef #D1F992
RGB
CMYK
RGB Variations
Color information
#D1F992 (or 0xD1F992) is known color: Reef. HEX triplet: D1, F9 and 92. RGB value is (209,249,146). Sum of RGB (Red+Green+Blue) = 209+249+146=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 249 (97.66% from 255 or 41.23% from 604); Blue value is 146 (57.42% from 255 or 24.17% from 604); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F992 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F992 is #2E066D. Grayscale: #E1E1E1. Windows color (decimal): -3016302 or 9632209. OLE color: 9632209.
HSL color Cylindrical-coordinate representation of color #D1F992: hue angle of 83.3º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1F992 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 146 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.02 |
| HSL | 83.3º | 0.9% | 0.77% | - |
| HSV(B) | 83.3º | 0.41% | 0.98% | - |
| XYZ | 65.36 | 83.38 | 39.84 | - |
| YUV | 225.3 | 83.25 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 146 | 0.16 | 0 | 0.41 | 0.02 | 83.3 | 0.9 | 0.77 |
| Hex | D1 | F9 | 92 | 10 | 0 | 29 | 2 | 53 | 5A | 4D |
| Octal | 321 | 371 | 222 | 20 | 0 | 51 | 2 | 123 | 132 | 115 |
| Binary | 11010001 | 11111001 | 10010010 | 10000 | 0 | 101001 | 10 | 1010011 | 1011010 | 1001101 |
Color Harmonies of #D1F992
Complementary color
Monochromatic Colors of #D1F992
Black with #D1F992
Text Example
Text Example
White with #D1F992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F992; }
p { color: rgb(209,249,146); }
H1.HeaderClassName
{
color: #D1F992;
}
.AnyTagClassName
{
color: #D1F992;
}
</style>
background-color css
<style>
a { background-color: #D1F992; }
a { background-color: rgb(209,249,146); }
div.DivClassName
{
background-color: #D1F992;
}
.BgClassName
{
background-color: #D1F992;
}
</style>
border-color css
<style>
span { border-color: #D1F992; }
span { border-color: rgb(209,249,146); }
td.TdClassName
{
border-color: #D1F992;
}
.TagClassName
{
border-color: #D1F992;
}
</style>