#D3EA6D

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

Shades of Mindaro #D3EA6D

Tints of Mindaro #D3EA6D

Color information

#D3EA6D (or 0xD3EA6D) is unknown color: approx Mindaro. HEX triplet: D3, EA and 6D. RGB value is (211,234,109). Sum of RGB (Red+Green+Blue) = 211+234+109=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 109 (42.97% from 255 or 19.68% from 554); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EA6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3EA6D is #2C1592. Grayscale: #D5D5D5. Windows color (decimal): -2889107 or 7203539. OLE color: 7203539.

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

Color convert

RGB211234109-
CMYK0.1000.530.08
HSL71.04º74.85%67.25%-
HSV(B)71.04º53.42%91.76%-
XYZ59.0573.825.6-
YUV212.8769.38126.66-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.09%
GREEN value IS 234 (91.80% from 255) = 42.24%
BLUE value IS 109 (42.97% from 255) = 19.68%
R=38.09%
G=42.24%
B=19.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112341090.1000.530.0871.0474.8567.25
HexD3EA6DA0358474b43
Octal3233521551206510107113103
Binary11010011111010101101101101001101011000100011110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EA6D; }

 p { color: rgb(211,234,109); }

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

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

 a { background-color: rgb(211,234,109); }

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

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

 span { border-color: rgb(211,234,109); }

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