Shades of Primrose #D7E487
Tints of Primrose #D7E487
RGB
CMYK
RGB Variations
Color information
#D7E487 (or 0xD7E487) is known color: Primrose. HEX triplet: D7, E4 and 87. RGB value is (215,228,135). Sum of RGB (Red+Green+Blue) = 215+228+135=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 135 (53.12% from 255 or 23.36% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E487 is #281B78. Grayscale: #D5D5D5. Windows color (decimal): -2628473 or 8905943. OLE color: 8905943.
HSL color Cylindrical-coordinate representation of color #D7E487: hue angle of 68.39º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D7E487 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 228 | 135 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.11 |
| HSL | 68.39º | 0.63% | 0.71% | - |
| HSV(B) | 68.39º | 0.41% | 0.89% | - |
| XYZ | 60.14 | 71.68 | 33.59 | - |
| YUV | 213.51 | 83.69 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 228 | 135 | 0.06 | 0 | 0.41 | 0.11 | 68.39 | 0.63 | 0.71 |
| Hex | D7 | E4 | 87 | 6 | 0 | 29 | B | 44 | 3F | 47 |
| Octal | 327 | 344 | 207 | 6 | 0 | 51 | 13 | 104 | 77 | 107 |
| Binary | 11010111 | 11100100 | 10000111 | 110 | 0 | 101001 | 1011 | 1000100 | 111111 | 1000111 |
Color Harmonies of #D7E487
Complementary color
Monochromatic Colors of #D7E487
Black with #D7E487
Text Example
Text Example
White with #D7E487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E487; }
p { color: rgb(215,228,135); }
H1.HeaderClassName
{
color: #D7E487;
}
.AnyTagClassName
{
color: #D7E487;
}
</style>
background-color css
<style>
a { background-color: #D7E487; }
a { background-color: rgb(215,228,135); }
div.DivClassName
{
background-color: #D7E487;
}
.BgClassName
{
background-color: #D7E487;
}
</style>
border-color css
<style>
span { border-color: #D7E487; }
span { border-color: rgb(215,228,135); }
td.TdClassName
{
border-color: #D7E487;
}
.TagClassName
{
border-color: #D7E487;
}
</style>