#DFEA7D

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

Shades of Mindaro #DFEA7D

Tints of Mindaro #DFEA7D

Color information

#DFEA7D (or 0xDFEA7D) is unknown color: approx Mindaro. HEX triplet: DF, EA and 7D. RGB value is (223,234,125). Sum of RGB (Red+Green+Blue) = 223+234+125=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEA7D is #201582. Grayscale: #DADADA. Windows color (decimal): -2102659 or 8252127. OLE color: 8252127.

HSL color Cylindrical-coordinate representation of color #DFEA7D: hue angle of 66.06º 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 #DFEA7D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB223234125-
CMYK0.0500.470.08
HSL66.06º72.19%70.39%-
HSV(B)66.06º46.58%91.76%-
XYZ63.5676.0130.72-
YUV218.2875.36131.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.32%
GREEN value IS 234 (91.80% from 255) = 40.21%
BLUE value IS 125 (49.22% from 255) = 21.48%
R=38.32%
G=40.21%
B=21.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341250.0500.470.0866.0672.1970.39
HexDFEA7D502F8424846
Octal337352175505710102110106
Binary1101111111101010111110110101011111000100001010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEA7D; }

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

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

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

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

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

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

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

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