#D8E48E

Color #D8E48E Primrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Primrose #D8E48E

Tints of Primrose #D8E48E

Color information

#D8E48E (or 0xD8E48E) is unknown color: approx Primrose. HEX triplet: D8, E4 and 8E. RGB value is (216,228,142). Sum of RGB (Red+Green+Blue) = 216+228+142=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 142 (55.86% from 255 or 24.23% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #D8E48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E48E is #271B71. Grayscale: #D6D6D6. Windows color (decimal): -2562930 or 9364696. OLE color: 9364696.

HSL color Cylindrical-coordinate representation of color #D8E48E: hue angle of 68.37º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8E48E is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB216228142-
CMYK0.0500.380.11
HSL68.37º61.43%72.55%-
HSV(B)68.37º37.72%89.41%-
XYZ60.9472.0436.28-
YUV214.6187.02128.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 36.86%
GREEN value IS 228 (89.45% from 255) = 38.91%
BLUE value IS 142 (55.86% from 255) = 24.23%
R=36.86%
G=38.91%
B=24.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162281420.0500.380.1168.3761.4372.55
HexD8E48E5026B443d49
Octal33034421650461310475111
Binary1101100011100100100011101010100110101110001001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E48E; }

 p { color: rgb(216,228,142); }

 H1.HeaderClassName
 {
   color: #D8E48E;
 }
 .AnyTagClassName
 {
   color: #D8E48E;
 }
</style>
background-color css

<style>
 a { background-color: #D8E48E; }

 a { background-color: rgb(216,228,142); }

 div.DivClassName
 {
   background-color: #D8E48E;
 }
 .BgClassName
 {
   background-color: #D8E48E;
 }
</style>
border-color css

<style>
 span { border-color: #D8E48E; }

 span { border-color: rgb(216,228,142); }

 td.TdClassName
 {
   border-color: #D8E48E;
 }
 .TagClassName
 {
   border-color: #D8E48E;
 }
</style>