Shades of Primrose #D7E28B
Tints of Primrose #D7E28B
RGB
CMYK
RGB Variations
Color information
#D7E28B (or 0xD7E28B) is known color: Primrose. HEX triplet: D7, E2 and 8B. RGB value is (215,226,139). Sum of RGB (Red+Green+Blue) = 215+226+139=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #D7E28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E28B is #281D74. Grayscale: #D5D5D5. Windows color (decimal): -2628981 or 9167575. OLE color: 9167575.
HSL color Cylindrical-coordinate representation of color #D7E28B: hue angle of 67.59º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D7E28B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 226 | 139 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.11 |
| HSL | 67.59º | 0.6% | 0.72% | - |
| HSV(B) | 67.59º | 0.38% | 0.89% | - |
| XYZ | 59.88 | 70.7 | 34.92 | - |
| YUV | 212.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 226 | 139 | 0.05 | 0 | 0.38 | 0.11 | 67.59 | 0.6 | 0.72 |
| Hex | D7 | E2 | 8B | 5 | 0 | 26 | B | 44 | 3C | 48 |
| Octal | 327 | 342 | 213 | 5 | 0 | 46 | 13 | 104 | 74 | 110 |
| Binary | 11010111 | 11100010 | 10001011 | 101 | 0 | 100110 | 1011 | 1000100 | 111100 | 1001000 |
Color Harmonies of #D7E28B
Complementary color
Monochromatic Colors of #D7E28B
Black with #D7E28B
Text Example
Text Example
White with #D7E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E28B; }
p { color: rgb(215,226,139); }
H1.HeaderClassName
{
color: #D7E28B;
}
.AnyTagClassName
{
color: #D7E28B;
}
</style>
background-color css
<style>
a { background-color: #D7E28B; }
a { background-color: rgb(215,226,139); }
div.DivClassName
{
background-color: #D7E28B;
}
.BgClassName
{
background-color: #D7E28B;
}
</style>
border-color css
<style>
span { border-color: #D7E28B; }
span { border-color: rgb(215,226,139); }
td.TdClassName
{
border-color: #D7E28B;
}
.TagClassName
{
border-color: #D7E28B;
}
</style>