Shades of Primrose #D7E28A
Tints of Primrose #D7E28A
RGB
CMYK
RGB Variations
Color information
#D7E28A (or 0xD7E28A) is known color: Primrose. HEX triplet: D7, E2 and 8A. RGB value is (215,226,138). Sum of RGB (Red+Green+Blue) = 215+226+138=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 226 - color contains mainly: green. Hex color #D7E28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E28A is #281D75. Grayscale: #D5D5D5. Windows color (decimal): -2628982 or 9102039. OLE color: 9102039.
HSL color Cylindrical-coordinate representation of color #D7E28A: hue angle of 67.5º 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 #D7E28A is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 226 | 138 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.11 |
| HSL | 67.5º | 0.6% | 0.71% | - |
| HSV(B) | 67.5º | 0.39% | 0.89% | - |
| XYZ | 59.81 | 70.67 | 34.53 | - |
| YUV | 212.68 | 85.86 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 226 | 138 | 0.05 | 0 | 0.39 | 0.11 | 67.5 | 0.6 | 0.71 |
| Hex | D7 | E2 | 8A | 5 | 0 | 27 | B | 44 | 3C | 47 |
| Octal | 327 | 342 | 212 | 5 | 0 | 47 | 13 | 104 | 74 | 107 |
| Binary | 11010111 | 11100010 | 10001010 | 101 | 0 | 100111 | 1011 | 1000100 | 111100 | 1000111 |
Color Harmonies of #D7E28A
Complementary color
Monochromatic Colors of #D7E28A
Black with #D7E28A
Text Example
Text Example
White with #D7E28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E28A; }
p { color: rgb(215,226,138); }
H1.HeaderClassName
{
color: #D7E28A;
}
.AnyTagClassName
{
color: #D7E28A;
}
</style>
background-color css
<style>
a { background-color: #D7E28A; }
a { background-color: rgb(215,226,138); }
div.DivClassName
{
background-color: #D7E28A;
}
.BgClassName
{
background-color: #D7E28A;
}
</style>
border-color css
<style>
span { border-color: #D7E28A; }
span { border-color: rgb(215,226,138); }
td.TdClassName
{
border-color: #D7E28A;
}
.TagClassName
{
border-color: #D7E28A;
}
</style>