#D7E48D

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

Shades of Primrose #D7E48D

Tints of Primrose #D7E48D

Color information

#D7E48D (or 0xD7E48D) is unknown color: approx Primrose. HEX triplet: D7, E4 and 8D. RGB value is (215,228,141). Sum of RGB (Red+Green+Blue) = 215+228+141=584 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.82% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #D7E48D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E48D is #281B72. Grayscale: #D6D6D6. Windows color (decimal): -2628467 or 9299159. OLE color: 9299159.

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

Color convert

RGB215228141-
CMYK0.0600.380.11
HSL68.97º61.7%72.35%-
HSV(B)68.97º38.16%89.41%-
XYZ60.5871.8635.88-
YUV214.286.69128.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.82%
GREEN value IS 228 (89.45% from 255) = 39.04%
BLUE value IS 141 (55.47% from 255) = 24.14%
R=36.82%
G=39.04%
B=24.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152281410.0600.380.1168.9761.772.35
HexD7E48D6026B453e48
Octal32734421560461310576110
Binary1101011111100100100011011100100110101110001011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E48D; }

 p { color: rgb(215,228,141); }

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

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

 a { background-color: rgb(215,228,141); }

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

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

 span { border-color: rgb(215,228,141); }

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