#DCEA7D

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

Shades of Mindaro #DCEA7D

Tints of Mindaro #DCEA7D

Color information

#DCEA7D (or 0xDCEA7D) is unknown color: approx Mindaro. HEX triplet: DC, EA and 7D. RGB value is (220,234,125). Sum of RGB (Red+Green+Blue) = 220+234+125=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 125 (49.22% from 255 or 21.59% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA7D is #231582. Grayscale: #D9D9D9. Windows color (decimal): -2299267 or 8252124. OLE color: 8252124.

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

Color convert

RGB220234125-
CMYK0.0600.470.08
HSL67.71º72.19%70.39%-
HSV(B)67.71º46.58%91.76%-
XYZ62.6475.5430.68-
YUV217.3975.86129.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 125 (49.22% from 255) = 21.59%
R=38.00%
G=40.41%
B=21.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202341250.0600.470.0867.7172.1970.39
HexDCEA7D602F8444846
Octal334352175605710104110106
Binary1101110011101010111110111001011111000100010010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEA7D; }

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

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

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

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

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

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

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

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