#DCE776

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

Shades of Mindaro #DCE776

Tints of Mindaro #DCE776

Color information

#DCE776 (or 0xDCE776) is unknown color: approx Mindaro. HEX triplet: DC, E7 and 76. RGB value is (220,231,118). Sum of RGB (Red+Green+Blue) = 220+231+118=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 118 (46.48% from 255 or 20.74% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE776 is #231889. Grayscale: #D7D7D7. Windows color (decimal): -2300042 or 7792604. OLE color: 7792604.

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

Color convert

RGB220231118-
CMYK0.0500.490.09
HSL65.84º70.19%68.43%-
HSV(B)65.84º48.92%90.59%-
XYZ61.3673.6828.13-
YUV214.8373.36131.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 231 (90.62% from 255) = 40.60%
BLUE value IS 118 (46.48% from 255) = 20.74%
R=38.66%
G=40.60%
B=20.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202311180.0500.490.0965.8470.1968.43
HexDCE77650319424644
Octal334347166506111102106104
Binary1101110011100111111011010101100011001100001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE776; }

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

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

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

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

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

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

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

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