#D7E390

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

Shades of Primrose #D7E390

Tints of Primrose #D7E390

Color information

#D7E390 (or 0xD7E390) is unknown color: approx Primrose. HEX triplet: D7, E3 and 90. RGB value is (215,227,144). Sum of RGB (Red+Green+Blue) = 215+227+144=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 227 (89.06% from 255 or 38.74% from 586); Blue value is 144 (56.64% from 255 or 24.57% from 586); Max value from RGB is 227 - color contains mainly: green. Hex color #D7E390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E390 is #281C6F. Grayscale: #D6D6D6. Windows color (decimal): -2628720 or 9495511. OLE color: 9495511.

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

Color convert

RGB215227144-
CMYK0.0500.370.11
HSL68.67º59.71%72.75%-
HSV(B)68.67º36.56%89.02%-
XYZ60.5371.436.98-
YUV213.9588.52128.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.69%
GREEN value IS 227 (89.06% from 255) = 38.74%
BLUE value IS 144 (56.64% from 255) = 24.57%
R=36.69%
G=38.74%
B=24.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2152271440.0500.370.1168.6759.7172.75
HexD7E3905025B453c49
Octal32734322050451310574111
Binary1101011111100011100100001010100101101110001011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E390; }

 p { color: rgb(215,227,144); }

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

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

 a { background-color: rgb(215,227,144); }

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

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

 span { border-color: rgb(215,227,144); }

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