Shades of Primrose #D4E094
Tints of Primrose #D4E094
RGB
CMYK
RGB Variations
Color information
#D4E094 (or 0xD4E094) is known color: Primrose. HEX triplet: D4, E0 and 94. RGB value is (212,224,148). Sum of RGB (Red+Green+Blue) = 212+224+148=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #D4E094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E094 is #2B1F6B. Grayscale: #D4D4D4. Windows color (decimal): -2826092 or 9756884. OLE color: 9756884.
HSL color Cylindrical-coordinate representation of color #D4E094: hue angle of 69.47º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D4E094 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 224 | 148 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.12 |
| HSL | 69.47º | 0.55% | 0.73% | - |
| HSV(B) | 69.47º | 0.34% | 0.88% | - |
| XYZ | 59.15 | 69.45 | 38.3 | - |
| YUV | 211.75 | 92.02 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 224 | 148 | 0.05 | 0 | 0.34 | 0.12 | 69.47 | 0.55 | 0.73 |
| Hex | D4 | E0 | 94 | 5 | 0 | 22 | C | 45 | 37 | 49 |
| Octal | 324 | 340 | 224 | 5 | 0 | 42 | 14 | 105 | 67 | 111 |
| Binary | 11010100 | 11100000 | 10010100 | 101 | 0 | 100010 | 1100 | 1000101 | 110111 | 1001001 |
Color Harmonies of #D4E094
Complementary color
Monochromatic Colors of #D4E094
Black with #D4E094
Text Example
Text Example
White with #D4E094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E094; }
p { color: rgb(212,224,148); }
H1.HeaderClassName
{
color: #D4E094;
}
.AnyTagClassName
{
color: #D4E094;
}
</style>
background-color css
<style>
a { background-color: #D4E094; }
a { background-color: rgb(212,224,148); }
div.DivClassName
{
background-color: #D4E094;
}
.BgClassName
{
background-color: #D4E094;
}
</style>
border-color css
<style>
span { border-color: #D4E094; }
span { border-color: rgb(212,224,148); }
td.TdClassName
{
border-color: #D4E094;
}
.TagClassName
{
border-color: #D4E094;
}
</style>