#D3E76C

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

Shades of Mindaro #D3E76C

Tints of Mindaro #D3E76C

Color information

#D3E76C (or 0xD3E76C) is unknown color: approx Mindaro. HEX triplet: D3, E7 and 6C. RGB value is (211,231,108). Sum of RGB (Red+Green+Blue) = 211+231+108=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3E76C is #2C1893. Grayscale: #D3D3D3. Windows color (decimal): -2889876 or 7137235. OLE color: 7137235.

HSL color Cylindrical-coordinate representation of color #D3E76C: hue angle of 69.76º 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 #D3E76C is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB211231108-
CMYK0.0900.530.09
HSL69.76º71.93%66.47%-
HSV(B)69.76º53.25%90.59%-
XYZ58.1572.0825.04-
YUV21169.87128-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.36%
GREEN value IS 231 (90.62% from 255) = 42%
BLUE value IS 108 (42.58% from 255) = 19.64%
R=38.36%
G=42%
B=19.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2112311080.0900.530.0969.7671.9366.47
HexD3E76C90359464842
Octal3233471541106511106110102
Binary11010011111001111101100100101101011001100011010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E76C; }

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

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

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

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

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

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

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

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