#D3E564

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

Shades of Mindaro #D3E564

Tints of Mindaro #D3E564

Color information

#D3E564 (or 0xD3E564) is unknown color: approx Mindaro. HEX triplet: D3, E5 and 64. RGB value is (211,229,100). Sum of RGB (Red+Green+Blue) = 211+229+100=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 229 (89.84% from 255 or 42.41% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E564 is #2C1A9B. Grayscale: #D1D1D1. Windows color (decimal): -2890396 or 6612435. OLE color: 6612435.

HSL color Cylindrical-coordinate representation of color #D3E564: hue angle of 68.37º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3E564 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB211229100-
CMYK0.0800.560.10
HSL68.37º71.27%64.51%-
HSV(B)68.37º56.33%89.8%-
XYZ57.1870.8122.71-
YUV208.9166.54129.49-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.07%
GREEN value IS 229 (89.84% from 255) = 42.41%
BLUE value IS 100 (39.45% from 255) = 18.52%
R=39.07%
G=42.41%
B=18.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2112291000.0800.560.1068.3771.2764.51
HexD3E5648038A444741
Octal3233451441007012104107101
Binary11010011111001011100100100001110001010100010010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E564; }

 p { color: rgb(211,229,100); }

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

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

 a { background-color: rgb(211,229,100); }

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

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

 span { border-color: rgb(211,229,100); }

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