#DFED80

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

Shades of Mindaro #DFED80

Tints of Mindaro #DFED80

Color information

#DFED80 (or 0xDFED80) is unknown color: approx Mindaro. HEX triplet: DF, ED and 80. RGB value is (223,237,128). Sum of RGB (Red+Green+Blue) = 223+237+128=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 128 (50.39% from 255 or 21.77% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFED80 is #20127F. Grayscale: #DCDCDC. Windows color (decimal): -2101888 or 8449503. OLE color: 8449503.

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

Color convert

RGB223237128-
CMYK0.0600.460.07
HSL67.71º75.17%71.57%-
HSV(B)67.71º45.99%92.94%-
XYZ64.6177.8132.04-
YUV220.3975.86129.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.93%
GREEN value IS 237 (92.97% from 255) = 40.31%
BLUE value IS 128 (50.39% from 255) = 21.77%
R=37.93%
G=40.31%
B=21.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232371280.0600.460.0767.7175.1771.57
HexDFED80602E7444b48
Octal33735520060567104113110
Binary1101111111101101100000001100101110111100010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFED80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFED80; }

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

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

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

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

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

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

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

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