#D6E364

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

Shades of Mindaro #D6E364

Tints of Mindaro #D6E364

Color information

#D6E364 (or 0xD6E364) is unknown color: approx Mindaro. HEX triplet: D6, E3 and 64. RGB value is (214,227,100). Sum of RGB (Red+Green+Blue) = 214+227+100=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 100 (39.45% from 255 or 18.48% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E364 is #291C9B. Grayscale: #D1D1D1. Windows color (decimal): -2694300 or 6611926. OLE color: 6611926.

HSL color Cylindrical-coordinate representation of color #D6E364: hue angle of 66.14º 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 #D6E364 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB214227100-
CMYK0.0600.560.11
HSL66.14º69.4%64.12%-
HSV(B)66.14º55.95%89.02%-
XYZ57.570.1522.57-
YUV208.6466.69131.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 227 (89.06% from 255) = 41.96%
BLUE value IS 100 (39.45% from 255) = 18.48%
R=39.56%
G=41.96%
B=18.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271000.0600.560.1166.1469.464.12
HexD6E3646038B424540
Octal326343144607013102105100
Binary1101011011100011110010011001110001011100001010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E364; }

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

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

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

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

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

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

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

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