#D4E76C

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

Shades of Mindaro #D4E76C

Tints of Mindaro #D4E76C

Color information

#D4E76C (or 0xD4E76C) is unknown color: approx Mindaro. HEX triplet: D4, E7 and 6C. RGB value is (212,231,108). Sum of RGB (Red+Green+Blue) = 212+231+108=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 231 (90.62% from 255 or 41.92% from 551); Blue value is 108 (42.58% from 255 or 19.60% from 551); Max value from RGB is 231 - color contains mainly: green. Hex color #D4E76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4E76C is #2B1893. Grayscale: #D3D3D3. Windows color (decimal): -2824340 or 7137236. OLE color: 7137236.

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

Color convert

RGB212231108-
CMYK0.0800.530.09
HSL69.27º71.93%66.47%-
HSV(B)69.27º53.25%90.59%-
XYZ58.4372.2325.05-
YUV211.369.71128.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 231 (90.62% from 255) = 41.92%
BLUE value IS 108 (42.58% from 255) = 19.60%
R=38.48%
G=41.92%
B=19.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122311080.0800.530.0969.2771.9366.47
HexD4E76C80359454842
Octal3243471541006511105110102
Binary11010100111001111101100100001101011001100010110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E76C; }

 p { color: rgb(212,231,108); }

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

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

 a { background-color: rgb(212,231,108); }

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

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

 span { border-color: rgb(212,231,108); }

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