#D4EC6C

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

Shades of Mindaro #D4EC6C

Tints of Mindaro #D4EC6C

Color information

#D4EC6C (or 0xD4EC6C) is unknown color: approx Mindaro. HEX triplet: D4, EC and 6C. RGB value is (212,236,108). Sum of RGB (Red+Green+Blue) = 212+236+108=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #D4EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EC6C is #2B1393. Grayscale: #D6D6D6. Windows color (decimal): -2823060 or 7138516. OLE color: 7138516.

HSL color Cylindrical-coordinate representation of color #D4EC6C: hue angle of 71.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4EC6C is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB212236108-
CMYK0.1000.540.07
HSL71.25º77.11%67.45%-
HSV(B)71.25º54.24%92.55%-
XYZ59.8575.0725.52-
YUV214.2368.05126.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 236 (92.58% from 255) = 42.45%
BLUE value IS 108 (42.58% from 255) = 19.42%
R=38.13%
G=42.45%
B=19.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122361080.1000.540.0771.2577.1167.45
HexD4EC6CA0367474d43
Octal324354154120667107115103
Binary1101010011101100110110010100110110111100011110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EC6C; }

 p { color: rgb(212,236,108); }

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

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

 a { background-color: rgb(212,236,108); }

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

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

 span { border-color: rgb(212,236,108); }

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