#D7E58F

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

Shades of Primrose #D7E58F

Tints of Primrose #D7E58F

Color information

#D7E58F (or 0xD7E58F) is unknown color: approx Primrose. HEX triplet: D7, E5 and 8F. RGB value is (215,229,143). Sum of RGB (Red+Green+Blue) = 215+229+143=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 229 (89.84% from 255 or 39.01% from 587); Blue value is 143 (56.25% from 255 or 24.36% from 587); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E58F is #281A70. Grayscale: #D7D7D7. Windows color (decimal): -2628209 or 9430487. OLE color: 9430487.

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

Color convert

RGB215229143-
CMYK0.0600.380.10
HSL69.77º62.32%72.94%-
HSV(B)69.77º37.55%89.8%-
XYZ6172.4736.76-
YUV215.0187.36127.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 36.63%
GREEN value IS 229 (89.84% from 255) = 39.01%
BLUE value IS 143 (56.25% from 255) = 24.36%
R=36.63%
G=39.01%
B=24.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2152291430.0600.380.1069.7762.3272.94
HexD7E58F6026A463e49
Octal32734521760461210676111
Binary1101011111100101100011111100100110101010001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E58F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E58F; }

 p { color: rgb(215,229,143); }

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

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

 a { background-color: rgb(215,229,143); }

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

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

 span { border-color: rgb(215,229,143); }

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