Shades of Primrose #DEE78A
Tints of Primrose #DEE78A
RGB
CMYK
RGB Variations
Color information
#DEE78A (or 0xDEE78A) is known color: Primrose. HEX triplet: DE, E7 and 8A. RGB value is (222,231,138). Sum of RGB (Red+Green+Blue) = 222+231+138=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #DEE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE78A is #211875. Grayscale: #DADADA. Windows color (decimal): -2168950 or 9103326. OLE color: 9103326.
HSL color Cylindrical-coordinate representation of color #DEE78A: hue angle of 65.81º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEE78A is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 231 | 138 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.09 |
| HSL | 65.81º | 0.66% | 0.72% | - |
| HSV(B) | 65.81º | 0.4% | 0.91% | - |
| XYZ | 63.29 | 74.52 | 35.09 | - |
| YUV | 217.71 | 83.02 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 231 | 138 | 0.04 | 0 | 0.40 | 0.09 | 65.81 | 0.66 | 0.72 |
| Hex | DE | E7 | 8A | 4 | 0 | 28 | 9 | 42 | 42 | 48 |
| Octal | 336 | 347 | 212 | 4 | 0 | 50 | 11 | 102 | 102 | 110 |
| Binary | 11011110 | 11100111 | 10001010 | 100 | 0 | 101000 | 1001 | 1000010 | 1000010 | 1001000 |
Color Harmonies of #DEE78A
Complementary color
Monochromatic Colors of #DEE78A
Black with #DEE78A
Text Example
Text Example
White with #DEE78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE78A; }
p { color: rgb(222,231,138); }
H1.HeaderClassName
{
color: #DEE78A;
}
.AnyTagClassName
{
color: #DEE78A;
}
</style>
background-color css
<style>
a { background-color: #DEE78A; }
a { background-color: rgb(222,231,138); }
div.DivClassName
{
background-color: #DEE78A;
}
.BgClassName
{
background-color: #DEE78A;
}
</style>
border-color css
<style>
span { border-color: #DEE78A; }
span { border-color: rgb(222,231,138); }
td.TdClassName
{
border-color: #DEE78A;
}
.TagClassName
{
border-color: #DEE78A;
}
</style>