#D2EB6E

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

Shades of Mindaro #D2EB6E

Tints of Mindaro #D2EB6E

Color information

#D2EB6E (or 0xD2EB6E) is unknown color: approx Mindaro. HEX triplet: D2, EB and 6E. RGB value is (210,235,110). Sum of RGB (Red+Green+Blue) = 210+235+110=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 110 (43.36% from 255 or 19.82% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2EB6E is #2D1491. Grayscale: #D5D5D5. Windows color (decimal): -2954386 or 7269330. OLE color: 7269330.

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

Color convert

RGB210235110-
CMYK0.1100.530.08
HSL72º75.76%67.65%-
HSV(B)72º53.19%92.16%-
XYZ59.174.2425.97-
YUV213.2769.72125.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 235 (92.19% from 255) = 42.34%
BLUE value IS 110 (43.36% from 255) = 19.82%
R=37.84%
G=42.34%
B=19.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351100.1100.530.087275.7667.65
HexD2EB6EB0358484c44
Octal3223531561306510110114104
Binary11010010111010111101110101101101011000100100010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EB6E; }

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

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

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

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

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

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

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

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