#D6E46E

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

Shades of Mindaro #D6E46E

Tints of Mindaro #D6E46E

Color information

#D6E46E (or 0xD6E46E) is unknown color: approx Mindaro. HEX triplet: D6, E4 and 6E. RGB value is (214,228,110). Sum of RGB (Red+Green+Blue) = 214+228+110=552 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.77% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 110 (43.36% from 255 or 19.93% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E46E is #291B91. Grayscale: #D2D2D2. Windows color (decimal): -2694034 or 7267542. OLE color: 7267542.

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

Color convert

RGB214228110-
CMYK0.0600.520.11
HSL67.12º68.6%66.27%-
HSV(B)67.12º51.75%89.41%-
XYZ58.2970.9125.37-
YUV210.3671.36130.59-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.77%
GREEN value IS 228 (89.45% from 255) = 41.30%
BLUE value IS 110 (43.36% from 255) = 19.93%
R=38.77%
G=41.30%
B=19.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142281100.0600.520.1167.1268.666.27
HexD6E46E6034B434542
Octal326344156606413103105102
Binary1101011011100100110111011001101001011100001110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E46E; }

 p { color: rgb(214,228,110); }

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

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

 a { background-color: rgb(214,228,110); }

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

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

 span { border-color: rgb(214,228,110); }

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