#D9E490

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

Shades of Primrose #D9E490

Tints of Primrose #D9E490

Color information

#D9E490 (or 0xD9E490) is unknown color: approx Primrose. HEX triplet: D9, E4 and 90. RGB value is (217,228,144). Sum of RGB (Red+Green+Blue) = 217+228+144=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E490 is #261B6F. Grayscale: #D7D7D7. Windows color (decimal): -2497392 or 9495769. OLE color: 9495769.

HSL color Cylindrical-coordinate representation of color #D9E490: hue angle of 67.86º degrees, saturation: 0.61, 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 #D9E490 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB217228144-
CMYK0.0500.370.11
HSL67.86º60.87%72.94%-
HSV(B)67.86º36.84%89.41%-
XYZ61.3972.2537.1-
YUV215.1487.86129.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.84%
GREEN value IS 228 (89.45% from 255) = 38.71%
BLUE value IS 144 (56.64% from 255) = 24.45%
R=36.84%
G=38.71%
B=24.45%

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
Decimal2172281440.0500.370.1167.8660.8772.94
HexD9E4905025B443d49
Octal33134422050451310475111
Binary1101100111100100100100001010100101101110001001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E490; }

 p { color: rgb(217,228,144); }

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

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

 a { background-color: rgb(217,228,144); }

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

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

 span { border-color: rgb(217,228,144); }

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