#D6E46C

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

Shades of Mindaro #D6E46C

Tints of Mindaro #D6E46C

Color information

#D6E46C (or 0xD6E46C) is unknown color: approx Mindaro. HEX triplet: D6, E4 and 6C. RGB value is (214,228,108). Sum of RGB (Red+Green+Blue) = 214+228+108=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 228 (89.45% from 255 or 41.45% from 550); Blue value is 108 (42.58% from 255 or 19.64% from 550); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6E46C is #291B93. Grayscale: #D2D2D2. Windows color (decimal): -2694036 or 7136470. OLE color: 7136470.

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

Color convert

RGB214228108-
CMYK0.0600.530.11
HSL67º68.97%65.88%-
HSV(B)67º52.63%89.41%-
XYZ58.1870.8724.8-
YUV210.1370.36130.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 228 (89.45% from 255) = 41.45%
BLUE value IS 108 (42.58% from 255) = 19.64%
R=38.91%
G=41.45%
B=19.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142281080.0600.530.116768.9765.88
HexD6E46C6035B434542
Octal326344154606513103105102
Binary1101011011100100110110011001101011011100001110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E46C; }

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

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

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

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

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

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

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

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