Shades of Reef #D8F18E
Tints of Reef #D8F18E
RGB
CMYK
RGB Variations
Color information
#D8F18E (or 0xD8F18E) is known color: Reef. HEX triplet: D8, F1 and 8E. RGB value is (216,241,142). Sum of RGB (Red+Green+Blue) = 216+241+142=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 241 (94.53% from 255 or 40.23% from 599); Blue value is 142 (55.86% from 255 or 23.71% from 599); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F18E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F18E is #270E71. Grayscale: #DEDEDE. Windows color (decimal): -2559602 or 9368024. OLE color: 9368024.
HSL color Cylindrical-coordinate representation of color #D8F18E: hue angle of 75.15º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8F18E is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 142 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.05 |
| HSL | 75.15º | 0.78% | 0.75% | - |
| HSV(B) | 75.15º | 0.41% | 0.95% | - |
| XYZ | 64.66 | 79.46 | 37.52 | - |
| YUV | 222.24 | 82.72 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 142 | 0.10 | 0 | 0.41 | 0.05 | 75.15 | 0.78 | 0.75 |
| Hex | D8 | F1 | 8E | A | 0 | 29 | 5 | 4B | 4E | 4B |
| Octal | 330 | 361 | 216 | 12 | 0 | 51 | 5 | 113 | 116 | 113 |
| Binary | 11011000 | 11110001 | 10001110 | 1010 | 0 | 101001 | 101 | 1001011 | 1001110 | 1001011 |
Color Harmonies of #D8F18E
Complementary color
Monochromatic Colors of #D8F18E
Black with #D8F18E
Text Example
Text Example
White with #D8F18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F18E; }
p { color: rgb(216,241,142); }
H1.HeaderClassName
{
color: #D8F18E;
}
.AnyTagClassName
{
color: #D8F18E;
}
</style>
background-color css
<style>
a { background-color: #D8F18E; }
a { background-color: rgb(216,241,142); }
div.DivClassName
{
background-color: #D8F18E;
}
.BgClassName
{
background-color: #D8F18E;
}
</style>
border-color css
<style>
span { border-color: #D8F18E; }
span { border-color: rgb(216,241,142); }
td.TdClassName
{
border-color: #D8F18E;
}
.TagClassName
{
border-color: #D8F18E;
}
</style>