Shades of Primrose #D5E38F
Tints of Primrose #D5E38F
RGB
CMYK
RGB Variations
Color information
#D5E38F (or 0xD5E38F) is known color: Primrose. HEX triplet: D5, E3 and 8F. RGB value is (213,227,143). Sum of RGB (Red+Green+Blue) = 213+227+143=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 227 (89.06% from 255 or 38.94% from 583); Blue value is 143 (56.25% from 255 or 24.53% from 583); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E38F is #2A1C70. Grayscale: #D5D5D5. Windows color (decimal): -2759793 or 9429973. OLE color: 9429973.
HSL color Cylindrical-coordinate representation of color #D5E38F: hue angle of 70º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5E38F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 227 | 143 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.11 |
| HSL | 70º | 0.6% | 0.73% | - |
| HSV(B) | 70º | 0.37% | 0.89% | - |
| XYZ | 59.87 | 71.07 | 36.55 | - |
| YUV | 213.24 | 88.36 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 227 | 143 | 0.06 | 0 | 0.37 | 0.11 | 70 | 0.6 | 0.73 |
| Hex | D5 | E3 | 8F | 6 | 0 | 25 | B | 46 | 3C | 49 |
| Octal | 325 | 343 | 217 | 6 | 0 | 45 | 13 | 106 | 74 | 111 |
| Binary | 11010101 | 11100011 | 10001111 | 110 | 0 | 100101 | 1011 | 1000110 | 111100 | 1001001 |
Color Harmonies of #D5E38F
Complementary color
Monochromatic Colors of #D5E38F
Black with #D5E38F
Text Example
Text Example
White with #D5E38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E38F; }
p { color: rgb(213,227,143); }
H1.HeaderClassName
{
color: #D5E38F;
}
.AnyTagClassName
{
color: #D5E38F;
}
</style>
background-color css
<style>
a { background-color: #D5E38F; }
a { background-color: rgb(213,227,143); }
div.DivClassName
{
background-color: #D5E38F;
}
.BgClassName
{
background-color: #D5E38F;
}
</style>
border-color css
<style>
span { border-color: #D5E38F; }
span { border-color: rgb(213,227,143); }
td.TdClassName
{
border-color: #D5E38F;
}
.TagClassName
{
border-color: #D5E38F;
}
</style>