#D7E685

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

Shades of Mindaro #D7E685

Tints of Mindaro #D7E685

Color information

#D7E685 (or 0xD7E685) is unknown color: approx Mindaro. HEX triplet: D7, E6 and 85. RGB value is (215,230,133). Sum of RGB (Red+Green+Blue) = 215+230+133=578 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.20% from 578); Green value is 230 (90.23% from 255 or 39.79% from 578); Blue value is 133 (52.34% from 255 or 23.01% from 578); Max value from RGB is 230 - color contains mainly: green. Hex color #D7E685 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7E685 is #28197A. Grayscale: #D6D6D6. Windows color (decimal): -2627963 or 8775383. OLE color: 8775383.

HSL color Cylindrical-coordinate representation of color #D7E685: hue angle of 69.28º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7E685 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB215230133-
CMYK0.0700.420.10
HSL69.28º65.99%71.18%-
HSV(B)69.28º42.17%90.2%-
XYZ60.5572.7333.04-
YUV214.4682.03128.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.20%
GREEN value IS 230 (90.23% from 255) = 39.79%
BLUE value IS 133 (52.34% from 255) = 23.01%
R=37.20%
G=39.79%
B=23.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2152301330.0700.420.1069.2865.9971.18
HexD7E685702AA454247
Octal327346205705212105102107
Binary11010111111001101000010111101010101010100010110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7E685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7E685; }

 p { color: rgb(215,230,133); }

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

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

 a { background-color: rgb(215,230,133); }

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

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

 span { border-color: rgb(215,230,133); }

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