Shades of Reef #D1FF8E
Tints of Reef #D1FF8E
RGB
CMYK
RGB Variations
Color information
#D1FF8E (or 0xD1FF8E) is known color: Reef. HEX triplet: D1, FF and 8E. RGB value is (209,255,142). Sum of RGB (Red+Green+Blue) = 209+255+142=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1FF8E is #2E0071. Grayscale: #E4E4E4. Windows color (decimal): -3014770 or 9371601. OLE color: 9371601.
HSL color Cylindrical-coordinate representation of color #D1FF8E: hue angle of 84.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1FF8E is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 255 | 142 | - |
| CMYK | 0.18 | 0 | 0.44 | 0 |
| HSL | 84.42º | 1% | 0.78% | - |
| HSV(B) | 84.42º | 0.44% | 1% | - |
| XYZ | 66.94 | 87.03 | 38.86 | - |
| YUV | 228.36 | 79.26 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 255 | 142 | 0.18 | 0 | 0.44 | 0 | 84.42 | 1 | 0.78 |
| Hex | D1 | FF | 8E | 12 | 0 | 2C | 0 | 54 | 64 | 4E |
| Octal | 321 | 377 | 216 | 22 | 0 | 54 | 0 | 124 | 144 | 116 |
| Binary | 11010001 | 11111111 | 10001110 | 10010 | 0 | 101100 | 0 | 1010100 | 1100100 | 1001110 |
Color Harmonies of #D1FF8E
Complementary color
Monochromatic Colors of #D1FF8E
Black with #D1FF8E
Text Example
Text Example
White with #D1FF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1FF8E; }
p { color: rgb(209,255,142); }
H1.HeaderClassName
{
color: #D1FF8E;
}
.AnyTagClassName
{
color: #D1FF8E;
}
</style>
background-color css
<style>
a { background-color: #D1FF8E; }
a { background-color: rgb(209,255,142); }
div.DivClassName
{
background-color: #D1FF8E;
}
.BgClassName
{
background-color: #D1FF8E;
}
</style>
border-color css
<style>
span { border-color: #D1FF8E; }
span { border-color: rgb(209,255,142); }
td.TdClassName
{
border-color: #D1FF8E;
}
.TagClassName
{
border-color: #D1FF8E;
}
</style>