Shades of Primrose #D5E28B
Tints of Primrose #D5E28B
RGB
CMYK
RGB Variations
Color information
#D5E28B (or 0xD5E28B) is known color: Primrose. HEX triplet: D5, E2 and 8B. RGB value is (213,226,139). Sum of RGB (Red+Green+Blue) = 213+226+139=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 139 (54.69% from 255 or 24.05% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E28B is #2A1D74. Grayscale: #D4D4D4. Windows color (decimal): -2760053 or 9167573. OLE color: 9167573.
HSL color Cylindrical-coordinate representation of color #D5E28B: hue angle of 68.97º 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 #D5E28B is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 139 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.11 |
| HSL | 68.97º | 0.6% | 0.72% | - |
| HSV(B) | 68.97º | 0.38% | 0.89% | - |
| XYZ | 59.3 | 70.4 | 34.89 | - |
| YUV | 212.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 139 | 0.06 | 0 | 0.38 | 0.11 | 68.97 | 0.6 | 0.72 |
| Hex | D5 | E2 | 8B | 6 | 0 | 26 | B | 45 | 3C | 48 |
| Octal | 325 | 342 | 213 | 6 | 0 | 46 | 13 | 105 | 74 | 110 |
| Binary | 11010101 | 11100010 | 10001011 | 110 | 0 | 100110 | 1011 | 1000101 | 111100 | 1001000 |
Color Harmonies of #D5E28B
Complementary color
Monochromatic Colors of #D5E28B
Black with #D5E28B
Text Example
Text Example
White with #D5E28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E28B; }
p { color: rgb(213,226,139); }
H1.HeaderClassName
{
color: #D5E28B;
}
.AnyTagClassName
{
color: #D5E28B;
}
</style>
background-color css
<style>
a { background-color: #D5E28B; }
a { background-color: rgb(213,226,139); }
div.DivClassName
{
background-color: #D5E28B;
}
.BgClassName
{
background-color: #D5E28B;
}
</style>
border-color css
<style>
span { border-color: #D5E28B; }
span { border-color: rgb(213,226,139); }
td.TdClassName
{
border-color: #D5E28B;
}
.TagClassName
{
border-color: #D5E28B;
}
</style>