#DCF776

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

Shades of Mindaro #DCF776

Tints of Mindaro #DCF776

Color information

#DCF776 (or 0xDCF776) is unknown color: approx Mindaro. HEX triplet: DC, F7 and 76. RGB value is (220,247,118). Sum of RGB (Red+Green+Blue) = 220+247+118=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF776 is #230889. Grayscale: #E0E0E0. Windows color (decimal): -2295946 or 7796700. OLE color: 7796700.

HSL color Cylindrical-coordinate representation of color #DCF776: hue angle of 72.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF776 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB220247118-
CMYK0.1100.520.03
HSL72.56º88.97%71.57%-
HSV(B)72.56º52.23%96.86%-
XYZ66.0583.0529.69-
YUV224.2268.05124.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 247 (96.88% from 255) = 42.22%
BLUE value IS 118 (46.48% from 255) = 20.17%
R=37.61%
G=42.22%
B=20.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202471180.1100.520.0372.5688.9771.57
HexDCF776B0343495948
Octal334367166130643111131110
Binary110111001111011111101101011011010011100100110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF776; }

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

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

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

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

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

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

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

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