Shades of Primrose #D8E28A
Tints of Primrose #D8E28A
RGB
CMYK
RGB Variations
Color information
#D8E28A (or 0xD8E28A) is known color: Primrose. HEX triplet: D8, E2 and 8A. RGB value is (216,226,138). Sum of RGB (Red+Green+Blue) = 216+226+138=580 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.24% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E28A is #271D75. Grayscale: #D5D5D5. Windows color (decimal): -2563446 or 9102040. OLE color: 9102040.
HSL color Cylindrical-coordinate representation of color #D8E28A: hue angle of 66.82º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8E28A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 138 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.11 |
| HSL | 66.82º | 0.6% | 0.71% | - |
| HSV(B) | 66.82º | 0.39% | 0.89% | - |
| XYZ | 60.1 | 70.83 | 34.55 | - |
| YUV | 212.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 138 | 0.04 | 0 | 0.39 | 0.11 | 66.82 | 0.6 | 0.71 |
| Hex | D8 | E2 | 8A | 4 | 0 | 27 | B | 43 | 3C | 47 |
| Octal | 330 | 342 | 212 | 4 | 0 | 47 | 13 | 103 | 74 | 107 |
| Binary | 11011000 | 11100010 | 10001010 | 100 | 0 | 100111 | 1011 | 1000011 | 111100 | 1000111 |
Color Harmonies of #D8E28A
Complementary color
Monochromatic Colors of #D8E28A
Black with #D8E28A
Text Example
Text Example
White with #D8E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E28A; }
p { color: rgb(216,226,138); }
H1.HeaderClassName
{
color: #D8E28A;
}
.AnyTagClassName
{
color: #D8E28A;
}
</style>
background-color css
<style>
a { background-color: #D8E28A; }
a { background-color: rgb(216,226,138); }
div.DivClassName
{
background-color: #D8E28A;
}
.BgClassName
{
background-color: #D8E28A;
}
</style>
border-color css
<style>
span { border-color: #D8E28A; }
span { border-color: rgb(216,226,138); }
td.TdClassName
{
border-color: #D8E28A;
}
.TagClassName
{
border-color: #D8E28A;
}
</style>