#DDE780

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

Shades of Mindaro #DDE780

Tints of Mindaro #DDE780

Color information

#DDE780 (or 0xDDE780) is unknown color: approx Mindaro. HEX triplet: DD, E7 and 80. RGB value is (221,231,128). Sum of RGB (Red+Green+Blue) = 221+231+128=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 231 (90.62% from 255 or 39.83% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 231 - color contains mainly: green. Hex color #DDE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDE780 is #22187F. Grayscale: #D8D8D8. Windows color (decimal): -2234496 or 8447965. OLE color: 8447965.

HSL color Cylindrical-coordinate representation of color #DDE780: hue angle of 65.83º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDE780 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB221231128-
CMYK0.0400.450.09
HSL65.83º68.21%70.39%-
HSV(B)65.83º44.59%90.59%-
XYZ62.2974.0831.44-
YUV216.2778.19131.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 231 (90.62% from 255) = 39.83%
BLUE value IS 128 (50.39% from 255) = 22.07%
R=38.10%
G=39.83%
B=22.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212311280.0400.450.0965.8368.2170.39
HexDDE780402D9424446
Octal335347200405511102104106
Binary11011101111001111000000010001011011001100001010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE780; }

 p { color: rgb(221,231,128); }

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

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

 a { background-color: rgb(221,231,128); }

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

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

 span { border-color: rgb(221,231,128); }

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