#D6E980

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

Shades of Mindaro #D6E980

Tints of Mindaro #D6E980

Color information

#D6E980 (or 0xD6E980) is unknown color: approx Mindaro. HEX triplet: D6, E9 and 80. RGB value is (214,233,128). Sum of RGB (Red+Green+Blue) = 214+233+128=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6E980 is #29167F. Grayscale: #D7D7D7. Windows color (decimal): -2692736 or 8448470. OLE color: 8448470.

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

Color convert

RGB214233128-
CMYK0.0800.450.09
HSL70.86º70.47%70.78%-
HSV(B)70.86º45.06%91.37%-
XYZ60.7774.1331.53-
YUV215.3578.71127.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 233 (91.41% from 255) = 40.52%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=37.22%
G=40.52%
B=22.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142331280.0800.450.0970.8670.4770.78
HexD6E980802D9474647
Octal3263512001005511107106107
Binary110101101110100110000000100001011011001100011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E980; }

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

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

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

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

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

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

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

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