#DCE780

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

Shades of Mindaro #DCE780

Tints of Mindaro #DCE780

Color information

#DCE780 (or 0xDCE780) is unknown color: approx Mindaro. HEX triplet: DC, E7 and 80. RGB value is (220,231,128). Sum of RGB (Red+Green+Blue) = 220+231+128=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 128 (50.39% from 255 or 22.11% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE780 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE780 is #23187F. Grayscale: #D8D8D8. Windows color (decimal): -2300032 or 8447964. OLE color: 8447964.

HSL color Cylindrical-coordinate representation of color #DCE780: hue angle of 66.41º 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 #DCE780 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB220231128-
CMYK0.0500.450.09
HSL66.41º68.21%70.39%-
HSV(B)66.41º44.59%90.59%-
XYZ61.9973.9331.42-
YUV215.9778.36130.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 231 (90.62% from 255) = 39.90%
BLUE value IS 128 (50.39% from 255) = 22.11%
R=38.00%
G=39.90%
B=22.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311280.0500.450.0966.4168.2170.39
HexDCE780502D9424446
Octal334347200505511102104106
Binary11011100111001111000000010101011011001100001010001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE780; }

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

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

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

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

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

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

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

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