Shades of Primrose #D8E78D
Tints of Primrose #D8E78D
RGB
CMYK
RGB Variations
Color information
#D8E78D (or 0xD8E78D) is known color: Primrose. HEX triplet: D8, E7 and 8D. RGB value is (216,231,141). Sum of RGB (Red+Green+Blue) = 216+231+141=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 141 (55.47% from 255 or 23.98% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #D8E78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E78D is #271872. Grayscale: #D8D8D8. Windows color (decimal): -2562163 or 9299928. OLE color: 9299928.
HSL color Cylindrical-coordinate representation of color #D8E78D: hue angle of 70º degrees, saturation: 0.65, 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 #D8E78D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 231 | 141 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.09 |
| HSL | 70º | 0.65% | 0.73% | - |
| HSV(B) | 70º | 0.39% | 0.91% | - |
| XYZ | 61.7 | 73.67 | 36.17 | - |
| YUV | 216.26 | 85.53 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 231 | 141 | 0.06 | 0 | 0.39 | 0.09 | 70 | 0.65 | 0.73 |
| Hex | D8 | E7 | 8D | 6 | 0 | 27 | 9 | 46 | 41 | 49 |
| Octal | 330 | 347 | 215 | 6 | 0 | 47 | 11 | 106 | 101 | 111 |
| Binary | 11011000 | 11100111 | 10001101 | 110 | 0 | 100111 | 1001 | 1000110 | 1000001 | 1001001 |
Color Harmonies of #D8E78D
Complementary color
Monochromatic Colors of #D8E78D
Black with #D8E78D
Text Example
Text Example
White with #D8E78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E78D; }
p { color: rgb(216,231,141); }
H1.HeaderClassName
{
color: #D8E78D;
}
.AnyTagClassName
{
color: #D8E78D;
}
</style>
background-color css
<style>
a { background-color: #D8E78D; }
a { background-color: rgb(216,231,141); }
div.DivClassName
{
background-color: #D8E78D;
}
.BgClassName
{
background-color: #D8E78D;
}
</style>
border-color css
<style>
span { border-color: #D8E78D; }
span { border-color: rgb(216,231,141); }
td.TdClassName
{
border-color: #D8E78D;
}
.TagClassName
{
border-color: #D8E78D;
}
</style>