#D6E584

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

Shades of Mindaro #D6E584

Tints of Mindaro #D6E584

Color information

#D6E584 (or 0xD6E584) is unknown color: approx Mindaro. HEX triplet: D6, E5 and 84. RGB value is (214,229,132). Sum of RGB (Red+Green+Blue) = 214+229+132=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 132 (51.95% from 255 or 22.96% from 575); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E584 is #291A7B. Grayscale: #D5D5D5. Windows color (decimal): -2693756 or 8709590. OLE color: 8709590.

HSL color Cylindrical-coordinate representation of color #D6E584: hue angle of 69.28º degrees, saturation: 0.65, 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 #D6E584 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB214229132-
CMYK0.0700.420.10
HSL69.28º65.1%70.78%-
HSV(B)69.28º42.36%89.8%-
XYZ59.927232.57-
YUV213.4682.03128.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 229 (89.84% from 255) = 39.83%
BLUE value IS 132 (51.95% from 255) = 22.96%
R=37.22%
G=39.83%
B=22.96%

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
Decimal2142291320.0700.420.1069.2865.170.78
HexD6E584702AA454147
Octal326345204705212105101107
Binary11010110111001011000010011101010101010100010110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E584; }

 p { color: rgb(214,229,132); }

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

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

 a { background-color: rgb(214,229,132); }

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

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

 span { border-color: rgb(214,229,132); }

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