Shades of Reef #D8F18D
Tints of Reef #D8F18D
RGB
CMYK
RGB Variations
Color information
#D8F18D (or 0xD8F18D) is known color: Reef. HEX triplet: D8, F1 and 8D. RGB value is (216,241,141). Sum of RGB (Red+Green+Blue) = 216+241+141=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 141 (55.47% from 255 or 23.58% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F18D is #270E72. Grayscale: #DEDEDE. Windows color (decimal): -2559603 or 9302488. OLE color: 9302488.
HSL color Cylindrical-coordinate representation of color #D8F18D: hue angle of 75º 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 #D8F18D is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 141 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.05 |
| HSL | 75º | 0.78% | 0.75% | - |
| HSV(B) | 75º | 0.41% | 0.95% | - |
| XYZ | 64.58 | 79.43 | 37.13 | - |
| YUV | 222.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 141 | 0.10 | 0 | 0.41 | 0.05 | 75 | 0.78 | 0.75 |
| Hex | D8 | F1 | 8D | A | 0 | 29 | 5 | 4B | 4E | 4B |
| Octal | 330 | 361 | 215 | 12 | 0 | 51 | 5 | 113 | 116 | 113 |
| Binary | 11011000 | 11110001 | 10001101 | 1010 | 0 | 101001 | 101 | 1001011 | 1001110 | 1001011 |
Color Harmonies of #D8F18D
Complementary color
Monochromatic Colors of #D8F18D
Black with #D8F18D
Text Example
Text Example
White with #D8F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F18D; }
p { color: rgb(216,241,141); }
H1.HeaderClassName
{
color: #D8F18D;
}
.AnyTagClassName
{
color: #D8F18D;
}
</style>
background-color css
<style>
a { background-color: #D8F18D; }
a { background-color: rgb(216,241,141); }
div.DivClassName
{
background-color: #D8F18D;
}
.BgClassName
{
background-color: #D8F18D;
}
</style>
border-color css
<style>
span { border-color: #D8F18D; }
span { border-color: rgb(216,241,141); }
td.TdClassName
{
border-color: #D8F18D;
}
.TagClassName
{
border-color: #D8F18D;
}
</style>