#DFED82

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

Shades of Mindaro #DFED82

Tints of Mindaro #DFED82

Color information

#DFED82 (or 0xDFED82) is unknown color: approx Mindaro. HEX triplet: DF, ED and 82. RGB value is (223,237,130). Sum of RGB (Red+Green+Blue) = 223+237+130=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 237 (92.97% from 255 or 40.17% from 590); Blue value is 130 (51.17% from 255 or 22.03% from 590); Max value from RGB is 237 - color contains mainly: green. Hex color #DFED82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFED82 is #20127D. Grayscale: #DDDDDD. Windows color (decimal): -2101886 or 8580575. OLE color: 8580575.

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

Color convert

RGB223237130-
CMYK0.0600.450.07
HSL67.85º74.83%71.96%-
HSV(B)67.85º45.15%92.94%-
XYZ64.7477.8732.74-
YUV220.6276.86129.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 237 (92.97% from 255) = 40.17%
BLUE value IS 130 (51.17% from 255) = 22.03%
R=37.80%
G=40.17%
B=22.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232371300.0600.450.0767.8574.8371.96
HexDFED82602D7444b48
Octal33735520260557104113110
Binary1101111111101101100000101100101101111100010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFED82; }

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

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

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

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

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

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

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

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