Shades of Reef #D8FD8C
Tints of Reef #D8FD8C
RGB
CMYK
RGB Variations
Color information
#D8FD8C (or 0xD8FD8C) is known color: Reef. HEX triplet: D8, FD and 8C. RGB value is (216,253,140). Sum of RGB (Red+Green+Blue) = 216+253+140=609 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.47% from 609); Green value is 253 (99.22% from 255 or 41.54% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FD8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FD8C is #270273. Grayscale: #E5E5E5. Windows color (decimal): -2556532 or 9240024. OLE color: 9240024.
HSL color Cylindrical-coordinate representation of color #D8FD8C: hue angle of 79.65º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8FD8C is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 216 | 253 | 140 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.01 |
| HSL | 79.65º | 0.97% | 0.77% | - |
| HSV(B) | 79.65º | 0.45% | 0.99% | - |
| XYZ | 68.18 | 86.74 | 37.96 | - |
| YUV | 229.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 253 | 140 | 0.15 | 0 | 0.45 | 0.01 | 79.65 | 0.97 | 0.77 |
| Hex | D8 | FD | 8C | F | 0 | 2D | 1 | 50 | 61 | 4D |
| Octal | 330 | 375 | 214 | 17 | 0 | 55 | 1 | 120 | 141 | 115 |
| Binary | 11011000 | 11111101 | 10001100 | 1111 | 0 | 101101 | 1 | 1010000 | 1100001 | 1001101 |
Color Harmonies of #D8FD8C
Complementary color
Monochromatic Colors of #D8FD8C
Black with #D8FD8C
Text Example
Text Example
White with #D8FD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FD8C; }
p { color: rgb(216,253,140); }
H1.HeaderClassName
{
color: #D8FD8C;
}
.AnyTagClassName
{
color: #D8FD8C;
}
</style>
background-color css
<style>
a { background-color: #D8FD8C; }
a { background-color: rgb(216,253,140); }
div.DivClassName
{
background-color: #D8FD8C;
}
.BgClassName
{
background-color: #D8FD8C;
}
</style>
border-color css
<style>
span { border-color: #D8FD8C; }
span { border-color: rgb(216,253,140); }
td.TdClassName
{
border-color: #D8FD8C;
}
.TagClassName
{
border-color: #D8FD8C;
}
</style>