#D6E977

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

Shades of Mindaro #D6E977

Tints of Mindaro #D6E977

Color information

#D6E977 (or 0xD6E977) is unknown color: approx Mindaro. HEX triplet: D6, E9 and 77. RGB value is (214,233,119). Sum of RGB (Red+Green+Blue) = 214+233+119=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 119 (46.88% from 255 or 21.02% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E977 is #291688. Grayscale: #D6D6D6. Windows color (decimal): -2692745 or 7858646. OLE color: 7858646.

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

Color convert

RGB214233119-
CMYK0.0800.490.09
HSL70º72.15%69.02%-
HSV(B)70º48.93%91.37%-
XYZ60.273.9128.55-
YUV214.3274.21127.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 233 (91.41% from 255) = 41.17%
BLUE value IS 119 (46.88% from 255) = 21.02%
R=37.81%
G=41.17%
B=21.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2142331190.0800.490.097072.1569.02
HexD6E97780319464845
Octal3263511671006111106110105
Binary11010110111010011110111100001100011001100011010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E977; }

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

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

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

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

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

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

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

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