Shades of Primrose #D7E58B
Tints of Primrose #D7E58B
RGB
CMYK
RGB Variations
Color information
#D7E58B (or 0xD7E58B) is known color: Primrose. HEX triplet: D7, E5 and 8B. RGB value is (215,229,139). Sum of RGB (Red+Green+Blue) = 215+229+139=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E58B is #281A74. Grayscale: #D6D6D6. Windows color (decimal): -2628213 or 9168343. OLE color: 9168343.
HSL color Cylindrical-coordinate representation of color #D7E58B: hue angle of 69.33º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7E58B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 229 | 139 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.10 |
| HSL | 69.33º | 0.63% | 0.72% | - |
| HSV(B) | 69.33º | 0.39% | 0.9% | - |
| XYZ | 60.7 | 72.35 | 35.19 | - |
| YUV | 214.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 139 | 0.06 | 0 | 0.39 | 0.10 | 69.33 | 0.63 | 0.72 |
| Hex | D7 | E5 | 8B | 6 | 0 | 27 | A | 45 | 3F | 48 |
| Octal | 327 | 345 | 213 | 6 | 0 | 47 | 12 | 105 | 77 | 110 |
| Binary | 11010111 | 11100101 | 10001011 | 110 | 0 | 100111 | 1010 | 1000101 | 111111 | 1001000 |
Color Harmonies of #D7E58B
Complementary color
Monochromatic Colors of #D7E58B
Black with #D7E58B
Text Example
Text Example
White with #D7E58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E58B; }
p { color: rgb(215,229,139); }
H1.HeaderClassName
{
color: #D7E58B;
}
.AnyTagClassName
{
color: #D7E58B;
}
</style>
background-color css
<style>
a { background-color: #D7E58B; }
a { background-color: rgb(215,229,139); }
div.DivClassName
{
background-color: #D7E58B;
}
.BgClassName
{
background-color: #D7E58B;
}
</style>
border-color css
<style>
span { border-color: #D7E58B; }
span { border-color: rgb(215,229,139); }
td.TdClassName
{
border-color: #D7E58B;
}
.TagClassName
{
border-color: #D7E58B;
}
</style>