Shades of Reef #D8FE8E
Tints of Reef #D8FE8E
RGB
CMYK
RGB Variations
Color information
#D8FE8E (or 0xD8FE8E) is known color: Reef. HEX triplet: D8, FE and 8E. RGB value is (216,254,142). Sum of RGB (Red+Green+Blue) = 216+254+142=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #D8FE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FE8E is #270171. Grayscale: #E6E6E6. Windows color (decimal): -2556274 or 9371352. OLE color: 9371352.
HSL color Cylindrical-coordinate representation of color #D8FE8E: hue angle of 80.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8FE8E is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 216 | 254 | 142 | - |
| CMYK | 0.15 | 0 | 0.44 | 0.00 |
| HSL | 80.36º | 0.98% | 0.78% | - |
| HSV(B) | 80.36º | 0.44% | 1% | - |
| XYZ | 68.64 | 87.44 | 38.85 | - |
| YUV | 229.87 | 78.41 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 254 | 142 | 0.15 | 0 | 0.44 | 0.00 | 80.36 | 0.98 | 0.78 |
| Hex | D8 | FE | 8E | F | 0 | 2C | 0 | 50 | 62 | 4E |
| Octal | 330 | 376 | 216 | 17 | 0 | 54 | 0 | 120 | 142 | 116 |
| Binary | 11011000 | 11111110 | 10001110 | 1111 | 0 | 101100 | 0 | 1010000 | 1100010 | 1001110 |
Color Harmonies of #D8FE8E
Complementary color
Monochromatic Colors of #D8FE8E
Black with #D8FE8E
Text Example
Text Example
White with #D8FE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FE8E; }
p { color: rgb(216,254,142); }
H1.HeaderClassName
{
color: #D8FE8E;
}
.AnyTagClassName
{
color: #D8FE8E;
}
</style>
background-color css
<style>
a { background-color: #D8FE8E; }
a { background-color: rgb(216,254,142); }
div.DivClassName
{
background-color: #D8FE8E;
}
.BgClassName
{
background-color: #D8FE8E;
}
</style>
border-color css
<style>
span { border-color: #D8FE8E; }
span { border-color: rgb(216,254,142); }
td.TdClassName
{
border-color: #D8FE8E;
}
.TagClassName
{
border-color: #D8FE8E;
}
</style>