#D4E376

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

Shades of Mindaro #D4E376

Tints of Mindaro #D4E376

Color information

#D4E376 (or 0xD4E376) is unknown color: approx Mindaro. HEX triplet: D4, E3 and 76. RGB value is (212,227,118). Sum of RGB (Red+Green+Blue) = 212+227+118=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 227 (89.06% from 255 or 40.75% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E376 is #2B1C89. Grayscale: #D2D2D2. Windows color (decimal): -2825354 or 7791572. OLE color: 7791572.

HSL color Cylindrical-coordinate representation of color #D4E376: hue angle of 68.26º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D4E376 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB212227118-
CMYK0.0700.480.11
HSL68.26º66.06%67.65%-
HSV(B)68.26º48.02%89.02%-
XYZ57.8970.2427.65-
YUV210.0976.03129.36-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 227 (89.06% from 255) = 40.75%
BLUE value IS 118 (46.48% from 255) = 21.18%
R=38.06%
G=40.75%
B=21.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122271180.0700.480.1168.2666.0667.65
HexD4E3767030B444244
Octal324343166706013104102104
Binary1101010011100011111011011101100001011100010010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E376; }

 p { color: rgb(212,227,118); }

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

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

 a { background-color: rgb(212,227,118); }

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

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

 span { border-color: rgb(212,227,118); }

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