Shades of Primrose #D4E18F
Tints of Primrose #D4E18F
RGB
CMYK
RGB Variations
Color information
#D4E18F (or 0xD4E18F) is known color: Primrose. HEX triplet: D4, E1 and 8F. RGB value is (212,225,143). Sum of RGB (Red+Green+Blue) = 212+225+143=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 143 (56.25% from 255 or 24.66% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E18F is #2B1E70. Grayscale: #D4D4D4. Windows color (decimal): -2825841 or 9429460. OLE color: 9429460.
HSL color Cylindrical-coordinate representation of color #D4E18F: hue angle of 69.51º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4E18F is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 143 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.12 |
| HSL | 69.51º | 0.58% | 0.72% | - |
| HSV(B) | 69.51º | 0.36% | 0.88% | - |
| XYZ | 59.03 | 69.83 | 36.35 | - |
| YUV | 211.77 | 89.19 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 143 | 0.06 | 0 | 0.36 | 0.12 | 69.51 | 0.58 | 0.72 |
| Hex | D4 | E1 | 8F | 6 | 0 | 24 | C | 46 | 3A | 48 |
| Octal | 324 | 341 | 217 | 6 | 0 | 44 | 14 | 106 | 72 | 110 |
| Binary | 11010100 | 11100001 | 10001111 | 110 | 0 | 100100 | 1100 | 1000110 | 111010 | 1001000 |
Color Harmonies of #D4E18F
Complementary color
Monochromatic Colors of #D4E18F
Black with #D4E18F
Text Example
Text Example
White with #D4E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E18F; }
p { color: rgb(212,225,143); }
H1.HeaderClassName
{
color: #D4E18F;
}
.AnyTagClassName
{
color: #D4E18F;
}
</style>
background-color css
<style>
a { background-color: #D4E18F; }
a { background-color: rgb(212,225,143); }
div.DivClassName
{
background-color: #D4E18F;
}
.BgClassName
{
background-color: #D4E18F;
}
</style>
border-color css
<style>
span { border-color: #D4E18F; }
span { border-color: rgb(212,225,143); }
td.TdClassName
{
border-color: #D4E18F;
}
.TagClassName
{
border-color: #D4E18F;
}
</style>