Shades of Primrose #D5E28F
Tints of Primrose #D5E28F
RGB
CMYK
RGB Variations
Color information
#D5E28F (or 0xD5E28F) is known color: Primrose. HEX triplet: D5, E2 and 8F. RGB value is (213,226,143). Sum of RGB (Red+Green+Blue) = 213+226+143=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 143 (56.25% from 255 or 24.57% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E28F is #2A1D70. Grayscale: #D4D4D4. Windows color (decimal): -2760049 or 9429717. OLE color: 9429717.
HSL color Cylindrical-coordinate representation of color #D5E28F: hue angle of 69.4º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5E28F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 143 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.11 |
| HSL | 69.4º | 0.59% | 0.72% | - |
| HSV(B) | 69.4º | 0.37% | 0.89% | - |
| XYZ | 59.59 | 70.52 | 36.46 | - |
| YUV | 212.65 | 88.69 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 143 | 0.06 | 0 | 0.37 | 0.11 | 69.4 | 0.59 | 0.72 |
| Hex | D5 | E2 | 8F | 6 | 0 | 25 | B | 45 | 3B | 48 |
| Octal | 325 | 342 | 217 | 6 | 0 | 45 | 13 | 105 | 73 | 110 |
| Binary | 11010101 | 11100010 | 10001111 | 110 | 0 | 100101 | 1011 | 1000101 | 111011 | 1001000 |
Color Harmonies of #D5E28F
Complementary color
Monochromatic Colors of #D5E28F
Black with #D5E28F
Text Example
Text Example
White with #D5E28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E28F; }
p { color: rgb(213,226,143); }
H1.HeaderClassName
{
color: #D5E28F;
}
.AnyTagClassName
{
color: #D5E28F;
}
</style>
background-color css
<style>
a { background-color: #D5E28F; }
a { background-color: rgb(213,226,143); }
div.DivClassName
{
background-color: #D5E28F;
}
.BgClassName
{
background-color: #D5E28F;
}
</style>
border-color css
<style>
span { border-color: #D5E28F; }
span { border-color: rgb(213,226,143); }
td.TdClassName
{
border-color: #D5E28F;
}
.TagClassName
{
border-color: #D5E28F;
}
</style>