Shades of Reef #D1F48F
Tints of Reef #D1F48F
RGB
CMYK
RGB Variations
Color information
#D1F48F (or 0xD1F48F) is known color: Reef. HEX triplet: D1, F4 and 8F. RGB value is (209,244,143). Sum of RGB (Red+Green+Blue) = 209+244+143=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 244 (95.70% from 255 or 40.94% from 596); Blue value is 143 (56.25% from 255 or 23.99% from 596); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F48F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F48F is #2E0B70. Grayscale: #DEDEDE. Windows color (decimal): -3017585 or 9434321. OLE color: 9434321.
HSL color Cylindrical-coordinate representation of color #D1F48F: hue angle of 80.79º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D1F48F is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 244 | 143 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.04 |
| HSL | 80.79º | 0.82% | 0.76% | - |
| HSV(B) | 80.79º | 0.41% | 0.96% | - |
| XYZ | 63.6 | 80.24 | 38.12 | - |
| YUV | 222.02 | 83.4 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 244 | 143 | 0.14 | 0 | 0.41 | 0.04 | 80.79 | 0.82 | 0.76 |
| Hex | D1 | F4 | 8F | E | 0 | 29 | 4 | 51 | 52 | 4C |
| Octal | 321 | 364 | 217 | 16 | 0 | 51 | 4 | 121 | 122 | 114 |
| Binary | 11010001 | 11110100 | 10001111 | 1110 | 0 | 101001 | 100 | 1010001 | 1010010 | 1001100 |
Color Harmonies of #D1F48F
Complementary color
Monochromatic Colors of #D1F48F
Black with #D1F48F
Text Example
Text Example
White with #D1F48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F48F; }
p { color: rgb(209,244,143); }
H1.HeaderClassName
{
color: #D1F48F;
}
.AnyTagClassName
{
color: #D1F48F;
}
</style>
background-color css
<style>
a { background-color: #D1F48F; }
a { background-color: rgb(209,244,143); }
div.DivClassName
{
background-color: #D1F48F;
}
.BgClassName
{
background-color: #D1F48F;
}
</style>
border-color css
<style>
span { border-color: #D1F48F; }
span { border-color: rgb(209,244,143); }
td.TdClassName
{
border-color: #D1F48F;
}
.TagClassName
{
border-color: #D1F48F;
}
</style>