#D6E380

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

Shades of Mindaro #D6E380

Tints of Mindaro #D6E380

Color information

#D6E380 (or 0xD6E380) is unknown color: approx Mindaro. HEX triplet: D6, E3 and 80. RGB value is (214,227,128). Sum of RGB (Red+Green+Blue) = 214+227+128=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E380 is #291C7F. Grayscale: #D4D4D4. Windows color (decimal): -2694272 or 8446934. OLE color: 8446934.

HSL color Cylindrical-coordinate representation of color #D6E380: hue angle of 67.88º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6E380 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB214227128-
CMYK0.0600.440.11
HSL67.88º63.87%69.61%-
HSV(B)67.88º43.61%89.02%-
XYZ59.170.7930.97-
YUV211.8380.69129.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 227 (89.06% from 255) = 39.89%
BLUE value IS 128 (50.39% from 255) = 22.50%
R=37.61%
G=39.89%
B=22.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271280.0600.440.1167.8863.8769.61
HexD6E380602CB444046
Octal326343200605413104100106
Binary11010110111000111000000011001011001011100010010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E380; }

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

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

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

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

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

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

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

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