#d3e364

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

Shades of Mindaro #D3E364

Tints of Mindaro #D3E364

Color information

#D3E364 (or 0xD3E364) is unknown color: approx Mindaro. HEX triplet: D3, E3 and 64. RGB value is (211,227,100). Sum of RGB (Red+Green+Blue) = 211+227+100=538 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.22% from 538); Green value is 227 (89.06% from 255 or 42.19% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3E364 is #2C1C9B. Grayscale: #D0D0D0. Windows color (decimal): -2890908 or 6611923. OLE color: 6611923.

HSL color Cylindrical-coordinate representation of color #D3E364: hue angle of 67.56º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3E364 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB211227100-
CMYK0.0700.560.11
HSL67.56º69.4%64.12%-
HSV(B)67.56º55.95%89.02%-
XYZ56.6369.7122.53-
YUV207.7467.2130.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.22%
GREEN value IS 227 (89.06% from 255) = 42.19%
BLUE value IS 100 (39.45% from 255) = 18.59%
R=39.22%
G=42.19%
B=18.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112271000.0700.560.1167.5669.464.12
HexD3E3647038B444540
Octal323343144707013104105100
Binary1101001111100011110010011101110001011100010010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d3e364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d3e364; }

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

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

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

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

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

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

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

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