Shades of Primrose #D8E88D
Tints of Primrose #D8E88D
RGB
CMYK
RGB Variations
Color information
#D8E88D (or 0xD8E88D) is known color: Primrose. HEX triplet: D8, E8 and 8D. RGB value is (216,232,141). Sum of RGB (Red+Green+Blue) = 216+232+141=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 232 (91.02% from 255 or 39.39% from 589); Blue value is 141 (55.47% from 255 or 23.94% from 589); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E88D is #271772. Grayscale: #D9D9D9. Windows color (decimal): -2561907 or 9300184. OLE color: 9300184.
HSL color Cylindrical-coordinate representation of color #D8E88D: hue angle of 70.55º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8E88D is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 232 | 141 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.09 |
| HSL | 70.55º | 0.66% | 0.73% | - |
| HSV(B) | 70.55º | 0.39% | 0.91% | - |
| XYZ | 61.98 | 74.24 | 36.26 | - |
| YUV | 216.84 | 85.2 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 232 | 141 | 0.07 | 0 | 0.39 | 0.09 | 70.55 | 0.66 | 0.73 |
| Hex | D8 | E8 | 8D | 7 | 0 | 27 | 9 | 47 | 42 | 49 |
| Octal | 330 | 350 | 215 | 7 | 0 | 47 | 11 | 107 | 102 | 111 |
| Binary | 11011000 | 11101000 | 10001101 | 111 | 0 | 100111 | 1001 | 1000111 | 1000010 | 1001001 |
Color Harmonies of #D8E88D
Complementary color
Monochromatic Colors of #D8E88D
Black with #D8E88D
Text Example
Text Example
White with #D8E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E88D; }
p { color: rgb(216,232,141); }
H1.HeaderClassName
{
color: #D8E88D;
}
.AnyTagClassName
{
color: #D8E88D;
}
</style>
background-color css
<style>
a { background-color: #D8E88D; }
a { background-color: rgb(216,232,141); }
div.DivClassName
{
background-color: #D8E88D;
}
.BgClassName
{
background-color: #D8E88D;
}
</style>
border-color css
<style>
span { border-color: #D8E88D; }
span { border-color: rgb(216,232,141); }
td.TdClassName
{
border-color: #D8E88D;
}
.TagClassName
{
border-color: #D8E88D;
}
</style>