#D6E86D

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

Shades of Mindaro #D6E86D

Tints of Mindaro #D6E86D

Color information

#D6E86D (or 0xD6E86D) is unknown color: approx Mindaro. HEX triplet: D6, E8 and 6D. RGB value is (214,232,109). Sum of RGB (Red+Green+Blue) = 214+232+109=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 232 (91.02% from 255 or 41.80% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E86D is #291792. Grayscale: #D5D5D5. Windows color (decimal): -2693011 or 7203030. OLE color: 7203030.

HSL color Cylindrical-coordinate representation of color #D6E86D: hue angle of 68.78º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6E86D is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB214232109-
CMYK0.0800.530.09
HSL68.78º72.78%66.86%-
HSV(B)68.78º53.02%90.98%-
XYZ59.3573.1125.45-
YUV212.669.54129-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 232 (91.02% from 255) = 41.80%
BLUE value IS 109 (42.97% from 255) = 19.64%
R=38.56%
G=41.80%
B=19.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142321090.0800.530.0968.7872.7866.86
HexD6E86D80359454943
Octal3263501551006511105111103
Binary11010110111010001101101100001101011001100010110010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E86D; }

 p { color: rgb(214,232,109); }

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

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

 a { background-color: rgb(214,232,109); }

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

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

 span { border-color: rgb(214,232,109); }

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