#DFEA80

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

Shades of Mindaro #DFEA80

Tints of Mindaro #DFEA80

Color information

#DFEA80 (or 0xDFEA80) is unknown color: approx Mindaro. HEX triplet: DF, EA and 80. RGB value is (223,234,128). Sum of RGB (Red+Green+Blue) = 223+234+128=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEA80 is #20157F. Grayscale: #DBDBDB. Windows color (decimal): -2102656 or 8448735. OLE color: 8448735.

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

Color convert

RGB223234128-
CMYK0.0500.450.08
HSL66.23º71.62%70.98%-
HSV(B)66.23º45.3%91.76%-
XYZ63.7576.0931.75-
YUV218.6376.86131.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.12%
GREEN value IS 234 (91.80% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 21.88%
R=38.12%
G=40%
B=21.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341280.0500.450.0866.2371.6270.98
HexDFEA80502D8424847
Octal337352200505510102110107
Binary11011111111010101000000010101011011000100001010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEA80; }

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

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

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

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

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

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

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

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