#D2EB6A

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

Shades of Mindaro #D2EB6A

Tints of Mindaro #D2EB6A

Color information

#D2EB6A (or 0xD2EB6A) is unknown color: approx Mindaro. HEX triplet: D2, EB and 6A. RGB value is (210,235,106). Sum of RGB (Red+Green+Blue) = 210+235+106=551 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.11% from 551); Green value is 235 (92.19% from 255 or 42.65% from 551); Blue value is 106 (41.80% from 255 or 19.24% from 551); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB6A is #2D1495. Grayscale: #D5D5D5. Windows color (decimal): -2954390 or 7007186. OLE color: 7007186.

HSL color Cylindrical-coordinate representation of color #D2EB6A: hue angle of 71.63º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2EB6A is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB210235106-
CMYK0.1100.550.08
HSL71.63º76.33%66.86%-
HSV(B)71.63º54.89%92.16%-
XYZ58.8974.1624.85-
YUV212.8267.72125.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.11%
GREEN value IS 235 (92.19% from 255) = 42.65%
BLUE value IS 106 (41.80% from 255) = 19.24%
R=38.11%
G=42.65%
B=19.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351060.1100.550.0871.6376.3366.86
HexD2EB6AB0378484c43
Octal3223531521306710110114103
Binary11010010111010111101010101101101111000100100010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB6A; }

 p { color: rgb(210,235,106); }

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

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

 a { background-color: rgb(210,235,106); }

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

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

 span { border-color: rgb(210,235,106); }

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