Shades of Reef #D9FF8C
Tints of Reef #D9FF8C
RGB
CMYK
RGB Variations
Color information
#D9FF8C (or 0xD9FF8C) is known color: Reef. HEX triplet: D9, FF and 8C. RGB value is (217,255,140). Sum of RGB (Red+Green+Blue) = 217+255+140=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF8C is #260073. Grayscale: #E6E6E6. Windows color (decimal): -2490484 or 9240537. OLE color: 9240537.
HSL color Cylindrical-coordinate representation of color #D9FF8C: hue angle of 79.83º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D9FF8C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 140 | - |
| CMYK | 0.15 | 0 | 0.45 | 0 |
| HSL | 79.83º | 1% | 0.77% | - |
| HSV(B) | 79.83º | 0.45% | 1% | - |
| XYZ | 69.11 | 88.17 | 38.19 | - |
| YUV | 230.53 | 76.91 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 140 | 0.15 | 0 | 0.45 | 0 | 79.83 | 1 | 0.77 |
| Hex | D9 | FF | 8C | F | 0 | 2D | 0 | 50 | 64 | 4D |
| Octal | 331 | 377 | 214 | 17 | 0 | 55 | 0 | 120 | 144 | 115 |
| Binary | 11011001 | 11111111 | 10001100 | 1111 | 0 | 101101 | 0 | 1010000 | 1100100 | 1001101 |
Color Harmonies of #D9FF8C
Complementary color
Monochromatic Colors of #D9FF8C
Black with #D9FF8C
Text Example
Text Example
White with #D9FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF8C; }
p { color: rgb(217,255,140); }
H1.HeaderClassName
{
color: #D9FF8C;
}
.AnyTagClassName
{
color: #D9FF8C;
}
</style>
background-color css
<style>
a { background-color: #D9FF8C; }
a { background-color: rgb(217,255,140); }
div.DivClassName
{
background-color: #D9FF8C;
}
.BgClassName
{
background-color: #D9FF8C;
}
</style>
border-color css
<style>
span { border-color: #D9FF8C; }
span { border-color: rgb(217,255,140); }
td.TdClassName
{
border-color: #D9FF8C;
}
.TagClassName
{
border-color: #D9FF8C;
}
</style>