#D6ED80

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

Shades of Mindaro #D6ED80

Tints of Mindaro #D6ED80

Color information

#D6ED80 (or 0xD6ED80) is unknown color: approx Mindaro. HEX triplet: D6, ED and 80. RGB value is (214,237,128). Sum of RGB (Red+Green+Blue) = 214+237+128=579 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.96% from 579); Green value is 237 (92.97% from 255 or 40.93% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ED80 is #29127F. Grayscale: #DADADA. Windows color (decimal): -2691712 or 8449494. OLE color: 8449494.

HSL color Cylindrical-coordinate representation of color #D6ED80: hue angle of 72.66º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6ED80 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB214237128-
CMYK0.1000.460.07
HSL72.66º75.17%71.57%-
HSV(B)72.66º45.99%92.94%-
XYZ61.9176.4231.91-
YUV217.777.38125.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.96%
GREEN value IS 237 (92.97% from 255) = 40.93%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=36.96%
G=40.93%
B=22.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142371280.1000.460.0772.6675.1771.57
HexD6ED80A02E7494b48
Octal326355200120567111113110
Binary11010110111011011000000010100101110111100100110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ED80; }

 p { color: rgb(214,237,128); }

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

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

 a { background-color: rgb(214,237,128); }

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

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

 span { border-color: rgb(214,237,128); }

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