#DCEA7E

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

Shades of Mindaro #DCEA7E

Tints of Mindaro #DCEA7E

Color information

#DCEA7E (or 0xDCEA7E) is unknown color: approx Mindaro. HEX triplet: DC, EA and 7E. RGB value is (220,234,126). Sum of RGB (Red+Green+Blue) = 220+234+126=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 234 (91.80% from 255 or 40.34% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA7E is #231581. Grayscale: #D9D9D9. Windows color (decimal): -2299266 or 8317660. OLE color: 8317660.

HSL color Cylindrical-coordinate representation of color #DCEA7E: hue angle of 67.78º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCEA7E is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB220234126-
CMYK0.0600.460.08
HSL67.78º72%70.59%-
HSV(B)67.78º46.15%91.76%-
XYZ62.775.5731.02-
YUV217.576.36129.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 234 (91.80% from 255) = 40.34%
BLUE value IS 126 (49.61% from 255) = 21.72%
R=37.93%
G=40.34%
B=21.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341260.0600.460.0867.787270.59
HexDCEA7E602E8444847
Octal334352176605610104110107
Binary1101110011101010111111011001011101000100010010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA7E; }

 p { color: rgb(220,234,126); }

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

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

 a { background-color: rgb(220,234,126); }

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

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

 span { border-color: rgb(220,234,126); }

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