#DCE578

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

Shades of Mindaro #DCE578

Tints of Mindaro #DCE578

Color information

#DCE578 (or 0xDCE578) is unknown color: approx Mindaro. HEX triplet: DC, E5 and 78. RGB value is (220,229,120). Sum of RGB (Red+Green+Blue) = 220+229+120=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE578 is #231A87. Grayscale: #D6D6D6. Windows color (decimal): -2300552 or 7923164. OLE color: 7923164.

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

Color convert

RGB220229120-
CMYK0.0400.480.10
HSL64.95º67.7%68.43%-
HSV(B)64.95º47.6%89.8%-
XYZ60.9272.6128.57-
YUV213.8875.02132.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 229 (89.84% from 255) = 40.25%
BLUE value IS 120 (47.27% from 255) = 21.09%
R=38.66%
G=40.25%
B=21.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202291200.0400.480.1064.9567.768.43
HexDCE5784030A414444
Octal334345170406012101104104
Binary1101110011100101111100010001100001010100000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE578; }

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

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

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

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

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

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

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

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