Shades of Primrose #D5E193
Tints of Primrose #D5E193
RGB
CMYK
RGB Variations
Color information
#D5E193 (or 0xD5E193) is known color: Primrose. HEX triplet: D5, E1 and 93. RGB value is (213,225,147). Sum of RGB (Red+Green+Blue) = 213+225+147=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 147 (57.81% from 255 or 25.13% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E193 is #2A1E6C. Grayscale: #D4D4D4. Windows color (decimal): -2760301 or 9691605. OLE color: 9691605.
HSL color Cylindrical-coordinate representation of color #D5E193: hue angle of 69.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D5E193 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 225 | 147 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.12 |
| HSL | 69.23º | 0.57% | 0.73% | - |
| HSV(B) | 69.23º | 0.35% | 0.88% | - |
| XYZ | 59.63 | 70.1 | 37.99 | - |
| YUV | 212.52 | 91.02 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 225 | 147 | 0.05 | 0 | 0.35 | 0.12 | 69.23 | 0.57 | 0.73 |
| Hex | D5 | E1 | 93 | 5 | 0 | 23 | C | 45 | 39 | 49 |
| Octal | 325 | 341 | 223 | 5 | 0 | 43 | 14 | 105 | 71 | 111 |
| Binary | 11010101 | 11100001 | 10010011 | 101 | 0 | 100011 | 1100 | 1000101 | 111001 | 1001001 |
Color Harmonies of #D5E193
Complementary color
Monochromatic Colors of #D5E193
Black with #D5E193
Text Example
Text Example
White with #D5E193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E193; }
p { color: rgb(213,225,147); }
H1.HeaderClassName
{
color: #D5E193;
}
.AnyTagClassName
{
color: #D5E193;
}
</style>
background-color css
<style>
a { background-color: #D5E193; }
a { background-color: rgb(213,225,147); }
div.DivClassName
{
background-color: #D5E193;
}
.BgClassName
{
background-color: #D5E193;
}
</style>
border-color css
<style>
span { border-color: #D5E193; }
span { border-color: rgb(213,225,147); }
td.TdClassName
{
border-color: #D5E193;
}
.TagClassName
{
border-color: #D5E193;
}
</style>