#ddeb82

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

Shades of Mindaro #DDEB82

Tints of Mindaro #DDEB82

Color information

#DDEB82 (or 0xDDEB82) is unknown color: approx Mindaro. HEX triplet: DD, EB and 82. RGB value is (221,235,130). Sum of RGB (Red+Green+Blue) = 221+235+130=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 130 (51.17% from 255 or 22.18% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEB82 is #22147D. Grayscale: #DBDBDB. Windows color (decimal): -2233470 or 8580061. OLE color: 8580061.

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

Color convert

RGB221235130-
CMYK0.0600.450.08
HSL68º72.41%71.57%-
HSV(B)68º44.68%92.16%-
XYZ63.5676.432.52-
YUV218.8477.86129.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 235 (92.19% from 255) = 40.10%
BLUE value IS 130 (51.17% from 255) = 22.18%
R=37.71%
G=40.10%
B=22.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351300.0600.450.086872.4171.57
HexDDEB82602D8444848
Octal335353202605510104110110
Binary11011101111010111000001011001011011000100010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddeb82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddeb82; }

 p { color: rgb(221,235,130); }

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

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

 a { background-color: rgb(221,235,130); }

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

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

 span { border-color: rgb(221,235,130); }

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