#DCE575

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

Shades of Mindaro #DCE575

Tints of Mindaro #DCE575

Color information

#DCE575 (or 0xDCE575) is unknown color: approx Mindaro. HEX triplet: DC, E5 and 75. RGB value is (220,229,117). Sum of RGB (Red+Green+Blue) = 220+229+117=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 229 (89.84% from 255 or 40.46% from 566); Blue value is 117 (46.09% from 255 or 20.67% from 566); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE575 is #231A8A. Grayscale: #D5D5D5. Windows color (decimal): -2300555 or 7726556. OLE color: 7726556.

HSL color Cylindrical-coordinate representation of color #DCE575: hue angle of 64.82º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCE575 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB220229117-
CMYK0.0400.490.10
HSL64.82º68.29%67.84%-
HSV(B)64.82º48.91%89.8%-
XYZ60.7572.5427.63-
YUV213.5473.52132.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.87%
GREEN value IS 229 (89.84% from 255) = 40.46%
BLUE value IS 117 (46.09% from 255) = 20.67%
R=38.87%
G=40.46%
B=20.67%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291170.0400.490.1064.8268.2967.84
HexDCE5754031A414444
Octal334345165406112101104104
Binary1101110011100101111010110001100011010100000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE575; }

 p { color: rgb(220,229,117); }

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

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

 a { background-color: rgb(220,229,117); }

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

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

 span { border-color: rgb(220,229,117); }

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